Files
lk/scripts/do-qemuarm
2014-05-17 17:54:25 -07:00

5 lines
136 B
Bash
Executable File

#!/bin/sh
make vexpress-a9-test -j4 &&
qemu-system-arm -machine vexpress-a9 -m 512 -kernel build-vexpress-a9-test/lk.elf -nographic $@