summaryrefslogtreecommitdiff
path: root/runoff.list
diff options
context:
space:
mode:
Diffstat (limited to 'runoff.list')
-rw-r--r--runoff.list16
1 files changed, 6 insertions, 10 deletions
diff --git a/runoff.list b/runoff.list
index ddd7062..e8884e0 100644
--- a/runoff.list
+++ b/runoff.list
@@ -8,10 +8,6 @@ asm.h
mmu.h
elf.h
-# bootloader
-bootasm.S
-bootmain.c
-
# entering xv6
entry.S
entryother.S
@@ -22,12 +18,13 @@ spinlock.h
spinlock.c
# processes
+vm.c
proc.h
proc.c
swtch.S
kalloc.c
data.S
-vm.c
+
# system calls
traps.h
vectors.pl
@@ -45,8 +42,8 @@ fs.h
file.h
ide.c
bio.c
-fs.c
log.c
+fs.c
file.c
sysfile.c
exec.c
@@ -54,7 +51,6 @@ exec.c
# pipes
pipe.c
-
# string operations
string.c
@@ -76,7 +72,7 @@ usys.S
init.c
sh.c
-
-
-
+# bootloader
+bootasm.S
+bootmain.c