summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 15:24:53 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 15:24:53 +0100
commitb3795cedd8f6409f52157f34e9acc8af9143e320 (patch)
tree8d5492572b90f6122f75f5f9365d58007a244e6b /ReadMe.md
parentd1b7d34c43ec463815c448e7677fc64ec936504a (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.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 253d7d7c..1f0554bc 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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: