[scripts] fix do-qemux86 and do-qemuarm to reference lk.elf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make pc-x86-test -j4 &&
|
||||
qemu-system-i386 -kernel build-pc-x86-test/lk -nographic $@
|
||||
qemu-system-i386 -kernel build-pc-x86-test/lk.elf -nographic $@
|
||||
|
||||
Reference in New Issue
Block a user