summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author😄 Amlal El Mahrouss <amlal@nekernel.org>2026-03-20 06:52:41 +0100
committerGitHub <noreply@github.com>2026-03-20 06:52:41 +0100
commite8872e932800b5d2f67faa6c72f3211608f65220 (patch)
tree5071681bcde83ad5247394eac4127f24918b69c8
parentf8b1283f6ec23a809c3498e037c6cb13b841b2ef (diff)
Update README.md
Signed-off-by: 😄 Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--README.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/README.md b/README.md
index ae217cae..d9980d46 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
<!-- Read Me of NeKernel -->
-<div align="center">
- <h1>
- <b>🍯 The NeKernel:</b>
- </h1>
- <p>
- <a href="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg" alt="CI"></a>
- <a href="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg" alt="CI"></a>
- <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a>
- </p>
-</div>
+# 🍯 The NeKernel
+
+<a href="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg" alt="CI"></a>
+<a href="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg" alt="CI"></a>
+<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a>
+
+## About:
+
+The Base OS of the NeSystem designed for portability and scalability.
## Getting Started:
@@ -32,7 +31,7 @@ git clone -j8 https://github.com/ne-foss-org/nekernel.git
cd nekernel
./scripts/setup_x64_project.sh
./scripts/modules_ahci_x64.sh
-./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU, USB)
+./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU, UDF)
```
---