aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82..f04a202a195300cbcfa1c7a9fa612f0c0d0c2dc1 100644 (file)
@@ -1,20 +1,13 @@
-use("soc/gic")
-
-sources([
-    "boot/init.c",
-    "boot/kremap.c",
-    "boot/start.S"
-])
+use("boot")
+use("exception")
+use("klibc")
 
 
-sources([
-    "exception/entries.S",
-    "exception/context.S",
-    "exception/handler.c"
-])
+use("soc/gic")
 
 sources([
     "fault.c",
 
 sources([
     "fault.c",
-    "trace.c"
+    "trace.c",
+    "vmutils.c"
 ])
 
 headers([
 ])
 
 headers([