summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 08:55:19 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 08:55:19 -0500
commit190de2472aca200d33dea42d3a7e839a697dd02e (patch)
tree1cfbec9b9c2477b4cd3b160f5fdae3ba373c9189 /README.md
parentd88e68dab4518017e09709a325eb6259b1154b6e (diff)
chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs.
chore: update README. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2c11cede..b7078b97 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,9 @@
## Getting Started
### **Requirements**
-- [MinGW](https://www.mingw-w64.org/) (cross-compiling)
-- [Clang](https://clang.llvm.org/)
-- [NASM](https://nasm.us/)
+- [MinGW](https://www.mingw-w64.org/) (AMD64 targets)
+- [Clang](https://clang.llvm.org/) (ARM targets)
+- [NASM](https://nasm.us/) (AMD64 targets)
- [NeBuild](https://github.com/nekernel-org/nebuild) (build system)
### **Build & Run**
@@ -75,6 +75,8 @@ cd nekernel
- `src/boot/` — Bootloader, platform bring-up, and early system code
- `src/libDDK/` — Driver Development Kit (DDK) and sample drivers
- `src/libSystem/` — Userland system call interface and runtime
+- `src/launch/` — NeKernel Launch System
+- `src/libMsg/` — NeKernel OpenMSG framework
- `public/tools/` — CLI tools (mkfs, fsck, open, manual, etc.)
- `public/frameworks/` — Userland frameworks (CoreFoundation, DiskImage, etc.)
- `docs/` — Specifications, design docs, and diagrams