This target seems to be the best one to target for generic arm support on current stock qemu builds.
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make realview-pb-test -j4 &&
|
|
qemu-system-arm -machine realview-pb-a8 -kernel build-realview-pb-test/lk -nographic $@
|