xv6-cs450/runoff.list

78 lines
597 B
Plaintext
Raw 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 16:25:20 +02:00
vm.c
proc.h
proc.c
2007-08-28 14:48:33 +02:00
swtch.S
kalloc.c
2011-09-01 16:25:20 +02:00
# 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
fcntl.h
stat.h
fs.h
file.h
ide.c
2006-09-06 21:22:24 +02:00
bio.c
log.c
2011-09-01 16:25:20 +02:00
fs.c
2006-09-06 21:22:24 +02:00
file.c
sysfile.c
2007-08-22 08:20:10 +02:00
exec.c
2006-09-06 18:36:54 +02:00
# pipes
pipe.c
2006-09-06 18:36:54 +02:00
# string operations
string.c
2007-08-28 21:39:49 +02:00
# low-level hardware
2007-08-28 01:55:45 +02:00
mp.h
mp.c
lapic.c
ioapic.c
picirq.c
kbd.h
2007-08-28 06:26:55 +02:00
kbd.c
console.c
2007-08-28 06:40:58 +02:00
timer.c
2009-09-16 01:15:48 +02:00
uart.c
2007-08-28 01:54:24 +02:00
2007-08-28 06:26:55 +02:00
# user-level
2007-08-28 21:39:49 +02:00
initcode.S
2007-08-28 06:26:55 +02:00
usys.S
init.c
2007-08-28 06:26:55 +02:00
sh.c
2007-08-28 01:54:24 +02:00
2011-09-01 16:25:20 +02:00
# bootloader
bootasm.S
bootmain.c