blob: de40043aca7886f3359f83c47af3621f2d8dda06 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
export AHCI_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-ahci
|