diff options
author | Robert Morris <[email protected]> | 2010-08-31 19:21:52 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2010-08-31 19:21:52 -0400 |
commit | 23c3e52c2fb5f1709bf5053a8e93161931b56bf9 (patch) | |
tree | cb51f605a35de8980efce5dcab3e5df9757c022a /runoff.list | |
parent | 3597d5dc704c192a85b9902f7264fe9025aad277 (diff) | |
parent | 5048762c7e27789a014cc1e74e1002e749c924ce (diff) | |
download | xv6-labs-23c3e52c2fb5f1709bf5053a8e93161931b56bf9.tar.gz xv6-labs-23c3e52c2fb5f1709bf5053a8e93161931b56bf9.tar.bz2 xv6-labs-23c3e52c2fb5f1709bf5053a8e93161931b56bf9.zip |
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Diffstat (limited to 'runoff.list')
-rw-r--r-- | runoff.list | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runoff.list b/runoff.list index 3258398..025bbe2 100644 --- a/runoff.list +++ b/runoff.list @@ -9,8 +9,8 @@ elf.h # startup bootasm.S -bootother.S bootmain.c +bootother.S main.c # locks @@ -23,7 +23,6 @@ proc.c swtch.S kalloc.c vm.c - # system calls traps.h vectors.pl @@ -46,8 +45,6 @@ file.c sysfile.c exec.c - - # pipes pipe.c @@ -73,3 +70,5 @@ init.c sh.c + + |