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:
parent
d2c7f64978
commit
dd3ecd42cd
2 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ elf.h
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
bootasm.S
|
bootasm.S
|
||||||
bootmain.c
|
|
||||||
bootother.S
|
bootother.S
|
||||||
|
bootmain.c
|
||||||
main.c
|
main.c
|
||||||
|
|
||||||
# locks
|
# locks
|
||||||
|
|
|
@ -20,7 +20,7 @@ sheet1: left
|
||||||
|
|
||||||
even: bootasm.S # mild preference
|
even: bootasm.S # mild preference
|
||||||
even: bootother.S # mild preference
|
even: bootother.S # mild preference
|
||||||
# bootmain.c either
|
even: bootmain.S # mild preference
|
||||||
even: main.c
|
even: main.c
|
||||||
# mp.c don't care at all
|
# mp.c don't care at all
|
||||||
# even: initcode.S
|
# even: initcode.S
|
||||||
|
|
Loading…
Reference in a new issue