summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2011-08-15 20:28:28 -0400
committerFrans Kaashoek <[email protected]>2011-08-15 20:28:28 -0400
commiteeea49e8d5a0780012ae31fb7285300241aa03b3 (patch)
treedc84d7ea29bad65c6fa8ad32fdf73699fc9e5d19
parentd9818bdd7d0c3524c51462e6405d7ca9bdaa5411 (diff)
downloadxv6-labs-eeea49e8d5a0780012ae31fb7285300241aa03b3.tar.gz
xv6-labs-eeea49e8d5a0780012ae31fb7285300241aa03b3.tar.bz2
xv6-labs-eeea49e8d5a0780012ae31fb7285300241aa03b3.zip
Update list of files to include in printout
-rw-r--r--runoff.list10
1 files changed, 7 insertions, 3 deletions
diff --git a/runoff.list b/runoff.list
index f0edaf0..ddd7062 100644
--- a/runoff.list
+++ b/runoff.list
@@ -1,16 +1,20 @@
# basic headers
types.h
param.h
+memlayout.h
defs.h
x86.h
asm.h
mmu.h
elf.h
-# startup
+# bootloader
bootasm.S
-bootother.S
bootmain.c
+
+# entering xv6
+entry.S
+entryother.S
main.c
# locks
@@ -42,6 +46,7 @@ file.h
ide.c
bio.c
fs.c
+log.c
file.c
sysfile.c
exec.c
@@ -64,7 +69,6 @@ kbd.c
console.c
timer.c
uart.c
-multiboot.S
# user-level
initcode.S