git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refine the documentation, add extra warning messages
[lunaix-os.git]
/
lunaix-os
/
arch
/
LBuild
1
from . import generic
2
3
match config.arch:
4
case "i386" | "x86_64":
5
from . import x86
6
# case "aarch64":
7
# from . import arm64
8
# case "rv64":
9
# from . import rv64
10
case _:
11
from . import x86