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:
Austin Clements 2010-08-31 17:35:17 -04:00
parent c7ceb71d57
commit 6a6bf37c3c

View file

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