git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rework external irq system, introduce hierarchical irq
[lunaix-os.git]
/
lunaix-os
/
kernel
/
LBuild
1
use("block")
2
use("debug")
3
use("device")
4
use("ds")
5
use("exe")
6
use("fs")
7
use("mm")
8
use("process")
9
10
sources([
11
"boot_helper.c",
12
"kcmd.c",
13
"kinit.c",
14
"lunad.c",
15
"spike.c",
16
"lrud.c",
17
"bcache.c",
18
"syscall.c",
19
"changeling.c",
20
"kprint/kp_records.c",
21
"kprint/kprintf.c",
22
"time/clock.c",
23
"time/timer.c",
24
])