Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git] / lunaix-os / hal / LConfig
1 include("char")
2 include("bus")
3 include("ahci")
4
5 @Collection("Devices & Peripherials")
6 def hal():
7     """ Lunaix hardware asbtraction layer """
8
9     pass