diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 09:33:35 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 09:34:51 +0100 |
| commit | fd27d5f1e4176926d613005f30feb209375d97ea (patch) | |
| tree | a18b18718b77ca9248f56936a3cef0112c24ce51 /ReadMe.md | |
| parent | 0db25895168df6ebb9bd8781e3ffd83d3323b398 (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.md | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -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: - - - +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 |
