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
|
||||
bootasm.S
|
||||
bootmain.c
|
||||
bootother.S
|
||||
bootmain.c
|
||||
main.c
|
||||
|
||||
# locks
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue