diff options
author | rsc <rsc> | 2006-09-06 19:22:24 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-06 19:22:24 +0000 |
commit | 2a55cc55012ab090c67e25c845cb6cbe3e8fdc56 (patch) | |
tree | 45df7e929fd1ae1c139661d5911e9991cf527321 /runoff.list | |
parent | e9d2250e150c9c0d2050d1c9d3435820c2d9f8cb (diff) | |
download | xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.tar.gz xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.tar.bz2 xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.zip |
runoff tweaks
Diffstat (limited to 'runoff.list')
-rw-r--r-- | runoff.list | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/runoff.list b/runoff.list index 37bfe2c..93fcae6 100644 --- a/runoff.list +++ b/runoff.list @@ -32,19 +32,21 @@ traps.h trap.c vectors.pl syscall.c +sysproc.c # file system buf.h dev.h fcntl.h stat.h -fd.h +file.h fs.h fsvar.h -fd.c -fs.c -bio.c ide.c +bio.c +fs.c +file.c +sysfile.c # pipes pipe.c |