diff options
Diffstat (limited to 'runoff.list')
-rw-r--r-- | runoff.list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runoff.list b/runoff.list index 01147ea..f0edaf0 100644 --- a/runoff.list +++ b/runoff.list @@ -22,6 +22,7 @@ proc.h proc.c swtch.S kalloc.c +data.S vm.c # system calls traps.h @@ -48,6 +49,7 @@ exec.c # pipes pipe.c + # string operations string.c @@ -62,6 +64,7 @@ kbd.c console.c timer.c uart.c +multiboot.S # user-level initcode.S @@ -72,3 +75,4 @@ sh.c + |