diff options
Diffstat (limited to 'debug_ata.sh')
| -rwxr-xr-x | debug_ata.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debug_ata.sh b/debug_ata.sh new file mode 100755 index 00000000..d0b4dadd --- /dev/null +++ b/debug_ata.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +export ATA_PIO_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 |
