From 45f420a338ea02225bb8a98c9aca5eed8d6a23ae Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 2 Jun 2024 00:26:57 +0200 Subject: Initial commit --- run.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 run.bat (limited to 'run.bat') 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 -- cgit