From f95c522b0ae30dd3c4d9c4449de98d3b5c6e9a65 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 4 Jun 2024 18:56:27 +0200 Subject: Enable and configure APLIC & IMSIC --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.bat') 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 -- cgit