From 7a260f76e9c05d84e59ffd7270ed8a65d08a4790 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Feb 2025 08:43:57 +0100 Subject: ADD: Tweaks and improvements on the Operating System. Signed-off-by: Amlal El Mahrouss --- debug_ata.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debug_ata.sh') diff --git a/debug_ata.sh b/debug_ata.sh index c32304d3..7699ec05 100755 --- a/debug_ata.sh +++ b/debug_ata.sh @@ -1,11 +1,11 @@ #!/bin/sh export ATA_PIO_SUPPORT=1 -export ATA_DMA_SUPPORT= +unset ATA_DMA_SUPPORT export DEBUG_SUPPORT=1 -cd dev/Kernel +cd kernel make -f amd64-desktop.make all -cd ../Boot +cd ../boot make -f amd64-desktop.make all -make -f amd64-desktop.make run-efi-amd64-ata +make -f amd64-desktop.make run-efi-amd64-ata-pio -- cgit v1.2.3