+use("boot")
+use("exception")
+use("klibc")
+
+use("soc/gic")
sources([
- "boot/init.c",
- "boot/kremap.c",
- "boot/start.S"
+ "fault.c",
+ "trace.c",
+ "vmutils.c"
])
-sources([
- "exception/entries.S",
- "exception/context.S",
- "exception/handler.c"
+headers([
+ "includes"
])
compile_opts([