summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-04 18:56:27 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-04 18:56:27 +0200
commitf95c522b0ae30dd3c4d9c4449de98d3b5c6e9a65 (patch)
tree039dbff4dd6d814bf0921e70978a8ec9e14888e2 /run.bat
parent45f420a338ea02225bb8a98c9aca5eed8d6a23ae (diff)
Enable and configure APLIC & IMSIC
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.bat b/run.bat
index 7b16197..967b919 100644
--- a/run.bat
+++ b/run.bat
@@ -1,5 +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
+qemu-system-riscv32 -M virt,aia=aplic-imsic -cpu rv32 -smp 1 -m 128M -nographic -serial mon:stdio -bios none -kernel build\kernel.elf
cmd /c exit