Enable and configure APLIC & IMSIC

This commit is contained in:
2024-06-04 18:56:27 +02:00
parent 45f420a338
commit f95c522b0a
7 changed files with 213 additions and 28 deletions

View File

@ -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