From a4d64ddc1375f40a4c72bd2ba9326df04058c9bb Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 27 Jan 2025 15:09:24 +0100 Subject: Bump and fixes. Signed-off-by: Amlal --- debug_ata.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debug_ata.sh') 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 -- cgit v1.2.3