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

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-dma