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.

This commit is contained in:
Austin Clements 2010-09-02 04:06:35 -04:00
parent d2c7f64978
commit dd3ecd42cd
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@ elf.h
# startup
bootasm.S
bootmain.c
bootother.S
bootmain.c
main.c
# locks

View file

@ -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