diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-08-09 08:56:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 08:56:53 +0100 |
| commit | 408be791647c015c99963cc1b6d710f58d729dec (patch) | |
| tree | 35efb24716c331ee6bbe38e6fb0c8ab90079a373 /debug_ata_x64.sh | |
| parent | 9ac7b512ace3f8a3f5613dbf940484a9fa3c82c2 (diff) | |
refactor! rename `tooling` to `tools`
feat: BenchKit improvements and libMsg authorship refactors.
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 6f40887b..b021c3ed 100755 --- a/debug_ata_x64.sh +++ b/debug_ata_x64.sh @@ -11,6 +11,6 @@ cd ../boot make -f amd64-desktop.make all make -f amd64-desktop.make disk cd ../../ -./tooling/mk_img.py ./dev/boot/src/nekernel-esp.img ./dev/boot/src/root +./tools/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 |
