5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make pc-x86-test -j4 &&
|
|
qemu-system-i386 -kernel build-pc-x86-test/lk -nographic $@
|