summaryrefslogtreecommitdiffhomepage
path: root/debug_ata.sh
blob: 864870974e214d80b4bf8baff2eda31951c7987b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

export AHCI_SUPPORT=
export ATA_PIO_SUPPORT=1
export ATA_DMA_SUPPORT=
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-dma