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
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ elf.h
|
|||
|
||||
# startup
|
||||
bootasm.S
|
||||
bootother.S
|
||||
bootmain.c
|
||||
bootother.S
|
||||
main.c
|
||||
|
||||
# locks
|
||||
|
|
Loading…
Reference in a new issue