xv6/runoff.list

78 lines
597 B
Text
Raw Permalink Normal View History

# basic headers
types.h
param.h
memlayout.h
defs.h
x86.h
asm.h
mmu.h
elf.h
# entering xv6
entry.S
entryother.S
main.c
# locks
spinlock.h
spinlock.c
# processes
2011-09-01 14:25:20 +00:00
vm.c
proc.h
proc.c
2007-08-28 12:48:33 +00:00
swtch.S
kalloc.c
2011-09-01 14:25:20 +00:00
# system calls
traps.h
vectors.pl
trapasm.S
trap.c
syscall.h
syscall.c
2006-09-06 19:22:24 +00:00
sysproc.c
# file system
buf.h
fcntl.h
stat.h
fs.h
file.h
ide.c
2006-09-06 19:22:24 +00:00
bio.c
log.c
2011-09-01 14:25:20 +00:00
fs.c
2006-09-06 19:22:24 +00:00
file.c
sysfile.c
2007-08-22 06:20:10 +00:00
exec.c
2006-09-06 16:36:54 +00:00
# pipes
pipe.c
2006-09-06 16:36:54 +00:00
# string operations
string.c
2007-08-28 19:39:49 +00:00
# low-level hardware
2007-08-27 23:55:45 +00:00
mp.h
mp.c
lapic.c
ioapic.c
picirq.c
kbd.h
2007-08-28 04:26:55 +00:00
kbd.c
console.c
2007-08-28 04:40:58 +00:00
timer.c
2009-09-15 23:15:48 +00:00
uart.c
2007-08-27 23:54:24 +00:00
2007-08-28 04:26:55 +00:00
# user-level
2007-08-28 19:39:49 +00:00
initcode.S
2007-08-28 04:26:55 +00:00
usys.S
init.c
2007-08-28 04:26:55 +00:00
sh.c
2007-08-27 23:54:24 +00:00
2011-09-01 14:25:20 +00:00
# bootloader
bootasm.S
bootmain.c