Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files.

feat/start
Austin Clements 2010-08-31 17:35:17 -04:00
parent c7ceb71d57
commit 6a6bf37c3c
1 changed files with 1 additions and 1 deletions

View File

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