summaryrefslogtreecommitdiffhomepage
path: root/debug_ata_x64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 03:02:43 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 03:02:43 +0100
commit83d870e58457a1d335a1d9b9966a6a1887cc297b (patch)
tree72888f88c7728c82f3f6df1f4f70591de15eab36 /debug_ata_x64.sh
parentab37adbacf0f33845804c788b39680cd754752a8 (diff)
feat! breaking changes on kernel sources.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'debug_ata_x64.sh')
-rwxr-xr-xdebug_ata_x64.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug_ata_x64.sh b/debug_ata_x64.sh
index b021c3ed..dc133614 100755
--- a/debug_ata_x64.sh
+++ b/debug_ata_x64.sh
@@ -5,12 +5,12 @@ export ATA_PIO_SUPPORT=1
export ATA_DMA_SUPPORT=
export DEBUG_SUPPORT=1
-cd dev/kernel
+cd src/kernel
make -f amd64-desktop.make all
cd ../boot
make -f amd64-desktop.make all
make -f amd64-desktop.make disk
cd ../../
-./tools/mk_img.py ./dev/boot/src/nekernel-esp.img ./dev/boot/src/root
-cd dev/boot
+./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root
+cd src/boot
make -f amd64-desktop.make run-efi-amd64-ata-pio