xv6-cs450/runoff.list

68 lines
526 B
Plaintext
Raw Normal View History

# basic headers
types.h
param.h
defs.h
x86.h
asm.h
mmu.h
elf.h
mp.h
# startup
bootasm.S
bootother.S
2007-08-08 09:41:30 +02:00
bootmain.c
main.c
initcode.S
init.c
# locks
spinlock.h
spinlock.c
# processes
proc.h
proc.c
setjmp.S
kalloc.c
# system calls
traps.h
vectors.pl
trapasm.S
trap.c
syscall.h
syscall.c
2006-09-06 21:22:24 +02:00
sysproc.c
# file system
buf.h
dev.h
fcntl.h
stat.h
2006-09-06 21:22:24 +02:00
file.h
fs.h
fsvar.h
ide.c
2006-09-06 21:22:24 +02:00
bio.c
fs.c
exec.c
2006-09-06 21:22:24 +02:00
file.c
sysfile.c
2006-09-06 18:36:54 +02:00
# pipes
pipe.c
2006-09-06 18:36:54 +02:00
# string operations
string.c
# low-level PC
mp.c
ioapic.h
lapic.c
ioapic.c
picirq.c
kbd.h
console.c
8253pit.c