summaryrefslogtreecommitdiff
path: root/build.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 /build.bat
parent45f420a338ea02225bb8a98c9aca5eed8d6a23ae (diff)
Enable and configure APLIC & IMSIC
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index 2631aad..98e0cf3 100644
--- a/build.bat
+++ b/build.bat
@@ -19,3 +19,4 @@ ld.lld -T kernel\linker.lds -o build\kernel.elf ^
build\lib.o ^
build\vm.o ^
build\spinlock.o ^
+ build\aplic.o ^