summaryrefslogtreecommitdiffhomepage
path: root/scripts/debug_ahci_arm64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 03:56:42 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 03:56:42 -0500
commite6768dc3b6c7864166211fd6e2f67ff4e5a2cbe5 (patch)
tree8fd8793369c30ddbfb61366407db3d464a95ad6b /scripts/debug_ahci_arm64.sh
parent1b82bb9468d38757b27d0723af26c2b052d92ce3 (diff)
chore: use `enum struct` instead of `enum class`.
chore: build scripts improvements. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/debug_ahci_arm64.sh')
-rwxr-xr-xscripts/debug_ahci_arm64.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/debug_ahci_arm64.sh b/scripts/debug_ahci_arm64.sh
index dcf4f145..37c5e3ba 100755
--- a/scripts/debug_ahci_arm64.sh
+++ b/scripts/debug_ahci_arm64.sh
@@ -6,11 +6,11 @@ export ATA_DMA_SUPPORT=
export DEBUG_SUPPORT=1
cd src/kernel
-make -f arm64-desktop.make all
+make -f arm64-desktop.make all
cd ../boot
-make -f arm64-desktop.make all
+make -f arm64-desktop.make all
make -f arm64-desktop.make disk
cd ../../
./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root
cd src/boot
-make -f arm64-desktop.make run-efi-arm64
+make -f arm64-desktop.make -j 8 run-efi-arm64