Files
codezero/tools/run-qemu-insight
Bahadir Balban c64c1a4515 MM0 do_close() without IO was segfaulting. now fixed.
This was triggered by incorrect test0 build that omits to embed
the test executable.
2009-08-17 15:36:09 +03:00

6 lines
136 B
Plaintext
Executable File

cd build/loader
qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
arm-none-insight ; pkill qemu-system-arm
cd ..