diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 08:43:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 08:43:57 +0100 |
| commit | 7a260f76e9c05d84e59ffd7270ed8a65d08a4790 (patch) | |
| tree | 9ed4dc0486713e8b9bd293f7da77f739847ec61d /debug_ata.sh | |
| parent | ea0fd7c03e98231d88ad201c1ef7a15f2445bb92 (diff) | |
ADD: Tweaks and improvements on the Operating System.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'debug_ata.sh')
| -rwxr-xr-x | debug_ata.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debug_ata.sh b/debug_ata.sh index c32304d3..7699ec05 100755 --- a/debug_ata.sh +++ b/debug_ata.sh @@ -1,11 +1,11 @@ #!/bin/sh export ATA_PIO_SUPPORT=1 -export ATA_DMA_SUPPORT= +unset ATA_DMA_SUPPORT export DEBUG_SUPPORT=1 -cd dev/Kernel +cd kernel make -f amd64-desktop.make all -cd ../Boot +cd ../boot make -f amd64-desktop.make all -make -f amd64-desktop.make run-efi-amd64-ata +make -f amd64-desktop.make run-efi-amd64-ata-pio |
