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 /build.bat | |
parent | 45f420a338ea02225bb8a98c9aca5eed8d6a23ae (diff) |
Enable and configure APLIC & IMSIC
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ^
|