refactor: organize all arch related files together.
[lunaix-os.git] / lunaix-os / scripts / templates / i386 / config.json
diff --git a/lunaix-os/scripts/templates/i386/config.json b/lunaix-os/scripts/templates/i386/config.json
new file mode 100644 (file)
index 0000000..97089c8
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "exception": {
+        "$type": "list",
+        "$range": "[0..255]",
+
+        "@foreach": {
+            "@case_range_index": {
+                "$range": "[8,10..14,17]",
+
+                "@true": {
+                    "has_errcode": true
+                },
+                "@else": {
+                    "has_errcode": false
+                }
+            }
+        }
+    }
+}
\ No newline at end of file