summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 04:06:35 -0400
committerAustin Clements <[email protected]>2010-09-02 04:06:35 -0400
commitdd3ecd42cd6c8dee72e5212848cd8037d47f81dd (patch)
tree037242cbca74b264b0d0d3f9f4900d5fbdca081b
parentd2c7f6497810f05b961df11db75def7ea79b8ec2 (diff)
downloadxv6-labs-dd3ecd42cd6c8dee72e5212848cd8037d47f81dd.tar.gz
xv6-labs-dd3ecd42cd6c8dee72e5212848cd8037d47f81dd.tar.bz2
xv6-labs-dd3ecd42cd6c8dee72e5212848cd8037d47f81dd.zip
Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on the same page, but this will make them easier to flip between.
-rw-r--r--runoff.list2
-rw-r--r--runoff.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/runoff.list b/runoff.list
index 025bbe2..01147ea 100644
--- a/runoff.list
+++ b/runoff.list
@@ -9,8 +9,8 @@ elf.h
# startup
bootasm.S
-bootmain.c
bootother.S
+bootmain.c
main.c
# locks
diff --git a/runoff.spec b/runoff.spec
index a082193..fe960ce 100644
--- a/runoff.spec
+++ b/runoff.spec
@@ -20,7 +20,7 @@ sheet1: left
even: bootasm.S # mild preference
even: bootother.S # mild preference
-# bootmain.c either
+even: bootmain.S # mild preference
even: main.c
# mp.c don't care at all
# even: initcode.S