diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 15:24:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 15:24:53 +0100 |
| commit | b3795cedd8f6409f52157f34e9acc8af9143e320 (patch) | |
| tree | 8d5492572b90f6122f75f5f9365d58007a244e6b /ReadMe.md | |
| parent | d1b7d34c43ec463815c448e7677fc64ec936504a (diff) | |
AHCI-Generic.cc: Disk Driver builtin improvements.
- Poll for CR in ahci_enable_and_probe.
- Init NeFS, not an AHCI device for portability.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -2,27 +2,28 @@ # NeKernel -## Requirements: + + +## Required: - MinGW/GCC, Clang. -- LibCompiler Runtime Headers and Toolchain. - Netwide Assembler. - Git. - BTB. -## Installation: +## Install: Clone repository: ```sh git clone git@github.com:ne-gh/kernel.git cd kernel -./debug_ahci.sh # Generic AHCI target +./debug_ata.sh # Generic ATA PIO target ``` -## Good first PRs +## Good first PRs: -- Contribute to the AHCI generic driver (PRDs are not being read) +- Contribute to the AHCI generic driver, it's the current main effort to bring modern storage standards to the kernel. ## Warning: |
