X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b91be0033265b5b6bd716bd39cb0971da41906c4..7804c2dae30700296c3205aaf7f546f491999bf4:/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 index 0000000..97089c8 --- /dev/null +++ b/lunaix-os/scripts/templates/i386/config.json @@ -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