summaryrefslogtreecommitdiffhomepage
path: root/debug_ata.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-13 06:43:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-13 06:43:02 +0100
commit79ad2556be55a61a41d5d849e396ad4b3a72a23e (patch)
treef98fc03644e8233186b8b43bac7e125b3bda2de1 /debug_ata.sh
parente83cfb3dbdd121f6d76e70ff50155c16d6f90c46 (diff)
ADD: Much needed tweaks for Driver Manager, DMA, PIO ATA, and SATA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'debug_ata.sh')
-rwxr-xr-xdebug_ata.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug_ata.sh b/debug_ata.sh
index 7699ec05..aa63e653 100755
--- a/debug_ata.sh
+++ b/debug_ata.sh
@@ -1,11 +1,11 @@
#!/bin/sh
-export ATA_PIO_SUPPORT=1
-unset ATA_DMA_SUPPORT
+export ATA_PIO_SUPPORT=
+export ATA_DMA_SUPPORT=1
export DEBUG_SUPPORT=1
cd kernel
make -f amd64-desktop.make all
cd ../boot
make -f amd64-desktop.make all
-make -f amd64-desktop.make run-efi-amd64-ata-pio
+make -f amd64-desktop.make run-efi-amd64-ata-dma