Skip to content

Commit

Permalink
Re-re-arrange bootasm and bootother. We can't get bootasm and bootmai…
Browse files Browse the repository at this point in the history
…n on the same page, but this will make them easier to flip between.
  • Loading branch information
Austin Clements committed Sep 2, 2010
1 parent d2c7f64 commit dd3ecd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runoff.list
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ elf.h

# startup
bootasm.S
bootmain.c
bootother.S
bootmain.c
main.c

# locks
Expand Down
2 changes: 1 addition & 1 deletion runoff.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd3ecd4

Please sign in to comment.