git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c00a394db99cc03e38437c9779176e51a795cb13
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
LBuild
1
use("uart")
2
3
sources([
4
"devnull.c",
5
"serial.c",
6
"devzero.c",
7
])
8
9
if config("vga_console"):
10
sources("lxconsole.c")