summaryrefslogtreecommitdiffhomepage
path: root/debug_ata_x64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-21 13:52:03 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-21 13:52:23 +0200
commit58f969493aaa834f472402a2bebe1cd37094a6d2 (patch)
treecacfd1ff4073daa8b05638f6c78b8ed160e936cf /debug_ata_x64.sh
parentf4f543deae3a67c5580d1455081ab86b564cccea (diff)
dev, scripts: updated and fixed them.
- refer to the correct python script name. - add the python script to release scripts too. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'debug_ata_x64.sh')
-rwxr-xr-xdebug_ata_x64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_ata_x64.sh b/debug_ata_x64.sh
index 767e53f9..cc46b238 100755
--- a/debug_ata_x64.sh
+++ b/debug_ata_x64.sh
@@ -10,6 +10,6 @@ make -f amd64-desktop.make all
cd ../boot
make -f amd64-desktop.make all
cd ../../
-./tooling/copy_to_fat32.py ./dev/boot/src/nekernel-esp.img ./dev/boot/src/root
+./tooling/mk_img.py ./dev/boot/src/nekernel-esp.img ./dev/boot/src/root
cd dev/boot
make -f amd64-desktop.make run-efi-amd64-ata-pio