git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add vm probing for x86_64
[lunaix-os.git]
/
lunaix-os
/
scripts
/
gdb
/
lunadbg
/
arch
/
__init__.py
1
import os
2
3
if os.environ["ARCH"].startswith("x86_"):
4
from .x86 import *