diff options
Diffstat (limited to 'debug_ata.sh')
| -rwxr-xr-x | debug_ata.sh | 6 |
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 |
