From bb303088aa2ed0693e19e93158155dd85783ce76 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 17:35:23 -0500 Subject: chore: pack scripts into a directory. Signed-off-by: Amlal El Mahrouss --- scripts/debug_ata_x64.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 scripts/debug_ata_x64.sh (limited to 'scripts/debug_ata_x64.sh') diff --git a/scripts/debug_ata_x64.sh b/scripts/debug_ata_x64.sh new file mode 100755 index 00000000..dc133614 --- /dev/null +++ b/scripts/debug_ata_x64.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +export AHCI_SUPPORT= +export ATA_PIO_SUPPORT=1 +export ATA_DMA_SUPPORT= +export DEBUG_SUPPORT=1 + +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 ./src/boot/src/nekernel-esp.img ./src/boot/src/root +cd src/boot +make -f amd64-desktop.make run-efi-amd64-ata-pio -- cgit v1.2.3