Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files.
This commit is contained in:
parent
c7ceb71d57
commit
6a6bf37c3c
|
@ -9,8 +9,8 @@ elf.h
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
bootasm.S
|
bootasm.S
|
||||||
bootother.S
|
|
||||||
bootmain.c
|
bootmain.c
|
||||||
|
bootother.S
|
||||||
main.c
|
main.c
|
||||||
|
|
||||||
# locks
|
# locks
|
||||||
|
|
Loading…
Reference in a new issue