Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / usr / LConfig
diff --git a/lunaix-os/usr/LConfig b/lunaix-os/usr/LConfig
new file mode 100644 (file)
index 0000000..ea38d57
--- /dev/null
@@ -0,0 +1,11 @@
+@Term
+def arch():
+    """
+        set the ISA target
+    """
+    type(["i386", "x86_64", "aarch64", "rv64"])
+    default("i386")
+
+    env_val = env("ARCH")
+    if env_val is not None:
+        set_value(env_val)
\ No newline at end of file