diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-21 13:52:03 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-21 13:52:23 +0200 |
| commit | 58f969493aaa834f472402a2bebe1cd37094a6d2 (patch) | |
| tree | cacfd1ff4073daa8b05638f6c78b8ed160e936cf /debug_ata_x64.sh | |
| parent | f4f543deae3a67c5580d1455081ab86b564cccea (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-x | debug_ata_x64.sh | 2 |
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 |
