summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-08 07:41:30 +0000
committerrsc <rsc>2007-08-08 07:41:30 +0000
commit71d1122a03c16424091fb98dab29709a0478953d (patch)
tree36b5fc329347d912ebdeeb4a5796bbab6f23ddaf
parentb4c1a88d6c3f9a2d07e088162ab94bfd9ad5467a (diff)
downloadxv6-labs-71d1122a03c16424091fb98dab29709a0478953d.tar.gz
xv6-labs-71d1122a03c16424091fb98dab29709a0478953d.tar.bz2
xv6-labs-71d1122a03c16424091fb98dab29709a0478953d.zip
add bootmain.c to runoff.list
-rw-r--r--BUGS3
-rw-r--r--runoff.list1
2 files changed, 1 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 1a0ac1a..79e956f 100644
--- a/BUGS
+++ b/BUGS
@@ -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