summaryrefslogtreecommitdiffhomepage
path: root/debug_ata.sh
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-27 15:09:24 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-27 15:09:24 +0100
commita4d64ddc1375f40a4c72bd2ba9326df04058c9bb (patch)
treebee09c5cd413151a84183c1ebc8ca81ab7c3c88b /debug_ata.sh
parent974d89be4047f92b9f55e3e8821f4b89c9ab945b (diff)
Bump and fixes.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'debug_ata.sh')
-rwxr-xr-xdebug_ata.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/debug_ata.sh b/debug_ata.sh
index d0b4dadd..3e39889e 100755
--- a/debug_ata.sh
+++ b/debug_ata.sh
@@ -1,10 +1,11 @@
#!/bin/sh
-export ATA_PIO_SUPPORT=1
+export ATA_PIO_SUPPORT=
+export ATA_DMA_SUPPORT=1
export DEBUG_SUPPORT=1
cd dev/Kernel
make -f amd64-desktop.make all
cd ../Boot
make -f amd64-desktop.make all
-make -f amd64-desktop.make run-efi-amd64-ata \ No newline at end of file
+make -f amd64-desktop.make run-efi-amd64-ata