git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve cake allocator's memory utilisation (#43)
[lunaix-os.git]
/
lunaix-os
/
arch
/
LBuild
1
use({
2
config("arch"): {
3
"i386": "x86",
4
"x86_64": "x86",
5
"aarch64": "arm",
6
"rv64": "riscv"
7
}
8
})