summaryrefslogtreecommitdiffhomepage
path: root/debug_ata.sh
blob: d0b4dadd522f0735220392dc117c83fd1d340570 (plain)
1
2
3
4
5
6
7
8
9
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