Add quick start guide for QEMU on macOS

This commit is contained in:
tangzz98
2022-05-16 19:38:46 -04:00
committed by guo
parent 2575a93516
commit 020e1bd7da
15 changed files with 183 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ if [ ! -f "sd.bin" ]; then
dd if=/dev/zero of=sd.bin bs=1024 count=65536
fi
qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin -show-cursor
qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin