mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
6 lines
129 B
Plaintext
Executable File
6 lines
129 B
Plaintext
Executable File
cd build
|
|
qemu-system-arm -s -kernel final.elf -nographic -m 128 -M versatilepb &
|
|
arm-none-insight ; pkill qemu-system-arm
|
|
cd ..
|
|
|