blob: c32304d37d7b5b05b5b1d92293761bc6b2655b68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
export ATA_PIO_SUPPORT=1
export ATA_DMA_SUPPORT=
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
|