xv6/runoff.list
Russ Cox 0aef891495 shuffle and tweak for formatting.
pdf has very good page breaks now.
would be a good copy for fall 2009.
2009-08-08 01:07:30 -07:00

71 lines
540 B
Text

# basic headers
types.h
param.h
defs.h
x86.h
asm.h
mmu.h
elf.h
# startup
bootasm.S
bootother.S
bootmain.c
main.c
# locks
spinlock.h
spinlock.c
# processes
proc.h
proc.c
swtch.S
kalloc.c
# system calls
traps.h
vectors.pl
trapasm.S
trap.c
syscall.h
syscall.c
sysproc.c
# file system
buf.h
fcntl.h
stat.h
fs.h
file.h
ide.c
bio.c
fs.c
file.c
sysfile.c
exec.c
# pipes
pipe.c
# string operations
string.c
# low-level hardware
mp.h
mp.c
lapic.c
ioapic.c
picirq.c
kbd.h
kbd.c
console.c
timer.c
# user-level
initcode.S
usys.S
init.c
sh.c