6 lines
157 B
Batchfile
6 lines
157 B
Batchfile
@echo off
|
|
|
|
qemu-system-riscv32 -M virt,aia=aplic -cpu rv32 -smp 1 -m 128M -nographic -serial mon:stdio -bios none -kernel build\kernel.elf
|
|
|
|
cmd /c exit
|