xv6/runoff.list
rsc eaea18cb9c PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
Various changes made while offline.

 + bwrite sector argument is redundant; use b->sector.
 + reformatting of files for nicer PDF page breaks
 + distinguish between locked, unlocked inodes in type signatures
 + change FD_FILE to FD_INODE
 + move userinit (nee proc0init) to proc.c
 + move ROOTDEV to param.h
 + always parenthesize sizeof argument
2007-08-22 06:01:32 +00:00

67 lines
526 B
Text

# basic headers
types.h
param.h
defs.h
x86.h
asm.h
mmu.h
elf.h
mp.h
# startup
bootasm.S
bootother.S
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
sysproc.c
# file system
buf.h
dev.h
fcntl.h
stat.h
file.h
fs.h
fsvar.h
ide.c
bio.c
fs.c
exec.c
file.c
sysfile.c
# pipes
pipe.c
# string operations
string.c
# low-level PC
mp.c
ioapic.h
lapic.c
ioapic.c
picirq.c
kbd.h
console.c
8253pit.c