summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-15 09:33:35 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-15 09:34:51 +0100
commitfd27d5f1e4176926d613005f30feb209375d97ea (patch)
treea18b18718b77ca9248f56936a3cef0112c24ce51 /ReadMe.md
parent0db25895168df6ebb9bd8781e3ffd83d3323b398 (diff)
Impl and Patches:
- Private tools directory. - SCI gets new API. - Window Manager library. - Steps version 2. - Patch 'open' command. - ATA.h fixes. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md21
1 files changed, 8 insertions, 13 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 7e0cd72f..f5c016b4 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,23 +1,18 @@
<!-- Read Me of NeKernel -->
-# New Kernel Architecture (NeKernel)
+# New Kernel Architecture OS (NeOS)
## Brief:
-A Microkernel written in C++ 20, with a System Call Interface Library, and custom bootloader.
-
-## Screenshots:
-
-![doc/apic.png](doc/apic.png)
-![doc/filesystem.png](doc/filesystem.png)
+An OS written in C++ 20, with a System Call Interface Library, and a custom bootloader.
## Requirements:
-- MinGW/GCC
-- LibCompiler
-- Netwide Assembler
-- Git
-- BTB/OpenBTB
+- MinGW/GCC.
+- LibCompiler Runtime Headers and Toolchain.
+- Netwide Assembler.
+- Git.
+- BTB.
## Installation:
@@ -30,7 +25,7 @@ cd nekernel
</br>
-And then select the makefile (arm64 and amd64 are stable and EFI based) to execute:
+And then select the makefile (ARM64 and AMD64 are stable and EFI based) to execute:
```
make -f amd64-efi.make all