mirror of
https://github.com/drasko/codezero.git
synced 2026-02-19 05:13:15 +01:00
6 lines
137 B
Plaintext
Executable File
6 lines
137 B
Plaintext
Executable File
|
|
cd build
|
|
qemu-system-arm -s -S -kernel final.elf -nographic -M versatilepb -cpu arm926 &
|
|
arm-none-insight ; pkill qemu-system-arm
|
|
cd ..
|