summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-15 08:43:30 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-15 08:43:30 +0200
commit4f7562afaee939467299efdb6b7fac159f6cbd27 (patch)
treea360a9b25cd7451fadedd09deacab07d7873d2ae /README.md
parent011a2801505c01f433d399fa5cb077bee11f4bed (diff)
fix, kernel, boot, mod: Fixing issues regarding the boot flow and the
kernel. 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 041257c7..f26df2ba 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ A documentation regarding building, and developing for NeKernel is available her
```sh
git clone git@github.com:amlel-el-mahrouss/nekernel.git
cd nekernel
-./setup_amd64.sh
+./setup_x64.sh
./debug_ata_x64.sh # Generic ATA PIO target
```