git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: organize all arch related files together.
[lunaix-os.git]
/
lunaix-os
/
scripts
/
templates
/
i386
/
config.json
1
{
2
"exception": {
3
"$type": "list",
4
"$range": "[0..255]",
5
6
"@foreach": {
7
"@case_range_index": {
8
"$range": "[8,10..14,17]",
9
10
"@true": {
11
"has_errcode": true
12
},
13
"@else": {
14
"has_errcode": false
15
}
16
}
17
}
18
}
19
}