summaryrefslogtreecommitdiff
path: root/os/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'os/run.bat')
-rw-r--r--os/run.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/run.bat b/os/run.bat
new file mode 100644
index 0000000..6c0b7b1
--- /dev/null
+++ b/os/run.bat
@@ -0,0 +1,5 @@
+@echo off
+
+qemu-system-riscv32 -machine virt -cpu rv32 -smp 1 -m 128M -nographic -serial mon:stdio -bios none -kernel build\kernel.elf
+
+cmd /c exit