From fd27d5f1e4176926d613005f30feb209375d97ea Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 15 Feb 2025 09:33:35 +0100 Subject: 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 --- ReadMe.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'ReadMe.md') diff --git a/ReadMe.md b/ReadMe.md index 7e0cd72f..f5c016b4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,23 +1,18 @@ -# 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
-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 -- cgit v1.2.3