Minor mod to run-qemu-insight script

This commit is contained in:
Bahadir Balban
2009-09-17 18:20:59 +03:00
parent f305d443c3
commit 6a654a9dc5

View File

@@ -1,5 +1,5 @@
cd build/loader
qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
cd build
qemu-system-arm -s -kernel final.elf -nographic -m 128 -M versatilepb &
arm-none-insight ; pkill qemu-system-arm
cd ..