git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
userspace fun: maze game and a new device to support it
[lunaix-os.git]
/
lunaix-os
/
hal
/
LConfig
1
include("char")
2
include("bus")
3
include("ahci")
4
5
@Collection
6
def hal():
7
""" Lunaix hardware asbtraction layer """
8
9
pass