diff options
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,14 +1,10 @@ <!-- Read Me of NeKernel --> -# New Kernel Architecture OS (NeOS) - -## Brief: - -An OS written in C++ 20, with a System Call Interface Library, and a custom bootloader. +# NeKernel Architecture ## Requirements: -- MinGW/GCC. +- MinGW/GCC, Clang. - LibCompiler Runtime Headers and Toolchain. - Netwide Assembler. - Git. @@ -21,9 +17,13 @@ Clone repository: ```sh git clone git@github.com:devrije/kernel.git cd kernel -./debug_ata.sh # Generic ATA PIO target +./debug_ahci.sh # Generic AHCI target ``` +## Good first PRs + +- Contribute to the AHCI generic driver (PRDs are not being read) + ## Warning: You have to mount the FAT32 image in order to put the src/Root/ contents in it! (To make the emulator boot NeOS) |
