diff options
author | Austin Clements <[email protected]> | 2010-08-31 17:35:17 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-08-31 17:35:17 -0400 |
commit | 6a6bf37c3c3dcab6f464d031bf94c56a770b6df6 (patch) | |
tree | 5cf988e61b6e6c72eab2c7149a6d4aa85ce5c94d | |
parent | c7ceb71d5757db21a2228ec33bde2f4da1677094 (diff) | |
download | xv6-labs-6a6bf37c3c3dcab6f464d031bf94c56a770b6df6.tar.gz xv6-labs-6a6bf37c3c3dcab6f464d031bf94c56a770b6df6.tar.bz2 xv6-labs-6a6bf37c3c3dcab6f464d031bf94c56a770b6df6.zip |
Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files.
-rw-r--r-- | runoff.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runoff.list b/runoff.list index 01147ea..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 |