diff options
| author | rsc <rsc> | 2007-08-08 07:41:30 +0000 | 
|---|---|---|
| committer | rsc <rsc> | 2007-08-08 07:41:30 +0000 | 
| commit | 71d1122a03c16424091fb98dab29709a0478953d (patch) | |
| tree | 36b5fc329347d912ebdeeb4a5796bbab6f23ddaf | |
| parent | b4c1a88d6c3f9a2d07e088162ab94bfd9ad5467a (diff) | |
| download | xv6-labs-71d1122a03c16424091fb98dab29709a0478953d.tar.gz xv6-labs-71d1122a03c16424091fb98dab29709a0478953d.tar.bz2 xv6-labs-71d1122a03c16424091fb98dab29709a0478953d.zip  | |
add bootmain.c to runoff.list
| -rw-r--r-- | BUGS | 3 | ||||
| -rw-r--r-- | runoff.list | 1 | 
2 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,6 @@  index:  	SEG_NULL, SEG_ASM not in the index -runoff.list: -	bootmain.c missing -  mmu.h:  	funny \ alignment in mmu.h diff --git a/runoff.list b/runoff.list index 111095b..f743a50 100644 --- a/runoff.list +++ b/runoff.list @@ -11,6 +11,7 @@ mp.h  # startup  bootasm.S  bootother.S +bootmain.c  main.c  mp.c  init.c  | 
