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