summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 14:33:48 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 14:33:48 +0200
commit46badbe70a36bb3cb5d86bd9f33aa5481c9709b9 (patch)
tree33f3759845a25c51cea5d92177a3f7ebd269f984 /README.md
parent0965112fb81ef3e04010197f68f743c98a7611ba (diff)
feat!: update the kernel codegen to output bit width and origin.
refactor!: refactor codebase, breaking changes. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 18 insertions, 10 deletions
diff --git a/README.md b/README.md
index 97a5750..b76a345 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,21 @@
-# NeKernel C/C++
+<!-- Read Me of NeKernel C++ -->
+
+<div align="center">
+ <img src="meta/png/nekernel.png" alt="Logo" width="256"/>
+</div>
+
+<br/>
![CI](https://github.com/amlel-el-mahrouss/cc/actions/workflows/c-cpp.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
-## Notice for Documentation:
+## Requirements:
+
+- [CLang](https://clang.llvm.org/)
+- [GIT](https://git-scm.com/)
+- [BTB](https://github.com/nekernel-org/btb)
+
+## Notice for Doxygen:
- Use the doxygen command to build documentation.
@@ -11,16 +23,12 @@
- Always use `format.sh` before commiting and pushing your code!
-## Requirements:
+## Getting Started:
-- [CLang](https://clang.llvm.org/)
-- [GIT](https://git-scm.com/)
-- [BTB](https://github.com/nekernel-org/btb)
-
-## Cloning:
-
-```
+```sh
git clone git@github.com:nekernel-org/cc.git
+cd cc
+# Either build debugger or compiler using btb
```
###### Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.