blob: 2fb524d021a80ebca114a7d45cb1d3398b6a1733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# basic headers
types.h
param.h
defs.h
x86.h
asm.h
elf.h
mmu.h
spinlock.h
# low level startup
bootasm.S
bootother.S
main.c
init.c
spinlock.c
proc.h
proc.c
setjmp.S
kalloc.c
syscall.h
trapasm.S
traps.h
trap.c
vectors.pl
syscall.c
# file system
buf.h
dev.h
fcntl.h
stat.h
fd.h
fs.h
fsvar.h
fd.c
fs.c
bio.c
ide.c
pipe.c
# mp and other "uninteresting" things
mp.h
ioapic.h
mp.c
lapic.c
ioapic.c
picirq.c
console.c
string.c
|