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