repo.or.cz
/
xv6-db.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added base src
[xv6-db.git]
/
runoff.list
blob
f0edaf0c61bf110618fe5472bed0649b45fe7c1a
1
# basic headers
2
types.h
3
param.h
4
defs.h
5
x86.h
6
asm.h
7
mmu.h
8
elf.h
9
10
# startup
11
bootasm.S
12
bootother.S
13
bootmain.c
14
main.c
15
16
# locks
17
spinlock.h
18
spinlock.c
19
20
# processes
21
proc.h
22
proc.c
23
swtch.S
24
kalloc.c
25
data.S
26
vm.c
27
# system calls
28
traps.h
29
vectors.pl
30
trapasm.S
31
trap.c
32
syscall.h
33
syscall.c
34
sysproc.c
35
36
# file system
37
buf.h
38
fcntl.h
39
stat.h
40
fs.h
41
file.h
42
ide.c
43
bio.c
44
fs.c
45
file.c
46
sysfile.c
47
exec.c
48
49
# pipes
50
pipe.c
51
52
53
# string operations
54
string.c
55
56
# low-level hardware
57
mp.h
58
mp.c
59
lapic.c
60
ioapic.c
61
picirq.c
62
kbd.h
63
kbd.c
64
console.c
65
timer.c
66
uart.c
67
multiboot.S
68
69
# user-level
70
initcode.S
71
usys.S
72
init.c
73
sh.c
74
75
76
77
78