summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-02 00:26:57 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-02 00:26:57 +0200
commit45f420a338ea02225bb8a98c9aca5eed8d6a23ae (patch)
tree97fdb1c8e81ba79b101b928158e5e37fa938c8f3 /run.bat
Initial commit
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/run.bat b/run.bat
new file mode 100644
index 0000000..7b16197
--- /dev/null
+++ b/run.bat
@@ -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