diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-06-04 18:56:27 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-06-04 18:56:27 +0200 |
commit | f95c522b0ae30dd3c4d9c4449de98d3b5c6e9a65 (patch) | |
tree | 039dbff4dd6d814bf0921e70978a8ec9e14888e2 /run.bat | |
parent | 45f420a338ea02225bb8a98c9aca5eed8d6a23ae (diff) |
Enable and configure APLIC & IMSIC
Diffstat (limited to 'run.bat')
-rw-r--r-- | run.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|