summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-03 15:53:12 +0100
committerGitHub <noreply@github.com>2026-03-03 15:53:12 +0100
commit2ea454c371e78201378bbc29d84c1fc7fece17df (patch)
tree2c2f607d3b1afcf1b07c7e1f361e7b40c4efd4f3 /README.md
parent83d4a3734178d93c73395a002c5a07d487be4e06 (diff)
Update README.md
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9639de90..12c272d2 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ git clone -j8 https://github.com/ne-foss-org/nekernel.git
cd nekernel
./scripts/setup_x64_project.sh
./scripts/modules_ahci_x64.sh
-./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU)
+./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU, USB)
```
---