adjust exec_param to keep track of sp_el0, fix incorrect use sys regs
[lunaix-os.git] / lunaix-os / arch / LBuild
index 8a4af8b7ae9202f30a393118dc5aa54aa12e6442..6d5e3e717608dcbf568e6a60081aebb5a50ddd6e 100644 (file)
@@ -1,7 +1,10 @@
+use("generic")
+
 use({
     config("arch"): {
-        "i386": "i386",
-        "aarch64": "arm",
+        "i386": "x86",
+        "x86_64": "x86",
+        "aarch64": "aarch64",
         "rv64": "riscv"
     }
 })
\ No newline at end of file