diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-19 05:27:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-19 05:27:45 +0100 |
| commit | 74ec6b99f60c48ece7cd03a9ef77178145774c24 (patch) | |
| tree | d4ff2232fe04cb4698dfec7d944acd9a5d685270 /ReadMe.md | |
| parent | 000c92f292800efb6b88ac12af1680ec29ba61c9 (diff) | |
ADD: A new placeholder program, 'cc'
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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) |
