add basic exception model and context switching for aarch64
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 07bebb02e9ae2f2d249c1ed3a5db3386066cfc2b..7526610d39c8ef4c367fe4cb66aa58ce0ad0ab69 100644 (file)
@@ -1,4 +1,16 @@
 
+sources([
+    "boot/init.c",
+    "boot/kremap.c",
+    "boot/start.S"
+])
+
+sources([
+    "exception/entries.S",
+    "exception/context.S",
+    "exception/handler.c"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",