A Total Overhaul on the Lunaix's Virtual Memory Model (#26)
[lunaix-os.git] / lunaix-os / scripts / gdb / lunadbg / arch / __init__.py
1 import os
2
3 if os.environ["LUNADBG_ARCH"].startswith("x86_"):
4     from .x86 import *