summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 09:42:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 09:42:19 +0100
commit2b7ec4dd494ea016a242b1a698533be2c9a7940e (patch)
tree63e40571c328c95790ffba4ccafcea2b90c86095 /README.md
parentdafb757549b5238f67c49b2c8c0a1b44aedf0bd4 (diff)
chore: improve README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 40413d7b..e71a9459 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
<b>NeKernel</b>
</h1>
<p>
- <a href="https://github.com/nekernel-org/nekernel/actions/workflows/boot-pio-dev.yml"><img src="https://github.com/nekernel-org/nekernel/actions/workflows/boot-pio.yml/badge.svg" alt="CI"></a>
- <a href="https://github.com/nekernel-org/nekernel/actions/workflows/kernel-ahci-dev.yml"><img src="https://github.com/nekernel-org/nekernel/actions/workflows/kernel-ahci.yml/badge.svg" alt="CI"></a>
+ <a href="https://github.com/nekernel-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg"><img src="https://github.com/nekernel-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg" alt="CI"></a>
+ <a href="https://github.com/nekernel-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg"><img src="https://github.com/nekernel-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>
@@ -16,10 +16,13 @@
## Getting Started
### **Requirements**
-- [MinGW](https://www.mingw-w64.org/) (AMD64 targets)
-- [Clang](https://clang.llvm.org/) (ARM64 targets)
-- [NASM](https://nasm.us/) (AMD64 targets)
-- [NeBuild](https://github.com/nekernel-org/nebuild) (build system)
+
+- [MinGW](https://www.mingw-w64.org/)
+- [Clang](https://clang.llvm.org/)
+- [NASM](https://nasm.us/)
+- [NeBuild](https://github.com/nekernel-org/nebuild)
+- CoreUtils
+- Git
### **Building & Running**