summaryrefslogtreecommitdiffhomepage
path: root/debug_ata_x64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-20 16:47:35 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-20 16:47:35 +0200
commitbc97b2b790eb06d8f9adb8ef8fa41874d7d19770 (patch)
treea6929db78467c2b07877abb9d9aad579d77139bb /debug_ata_x64.sh
parent699e395505a602f4a731c481646233d87f87a85c (diff)
kernel, dev: python script to make an ESP from files.
- Started implementing the wrt_* APIs (Wide string functions) - Make user.sys link now, need to implement more syscalls. - Tiny HEFS refactors too. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'debug_ata_x64.sh')
-rwxr-xr-xdebug_ata_x64.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug_ata_x64.sh b/debug_ata_x64.sh
index b91f7d47..767e53f9 100755
--- a/debug_ata_x64.sh
+++ b/debug_ata_x64.sh
@@ -9,4 +9,7 @@ cd dev/kernel
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
+cd dev/boot
make -f amd64-desktop.make run-efi-amd64-ata-pio