diff options
Diffstat (limited to 'run.bat')
-rw-r--r-- | run.bat | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +@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
|