Rolled in a bunch of changes to the bootloader from Peter Kleinstück (pkx).
commit39ec303fa9d6920ccf92b993b6da6f53ed3e657f
authorTravis Geiselbrecht <geist@newos.org>
Fri, 23 Nov 2001 18:57:35 +0000 (23 18:57 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Fri, 23 Nov 2001 18:57:35 +0000 (23 18:57 +0000)
tree9f5f2f6c30ff269702486f1474cc39a9cd597d93
parentd88e8b8ef7d052ac6b8f743bb9602b41bb33f991
Rolled in a bunch of changes to the bootloader from Peter Kleinstück (pkx).

The bootsector displays a nice loading message and presumably handles errors better (though I haven't been able to find a bad disk).
Slightly changes the stage1->stage2 handoff. Now stage2 sets up the mmu completely, which makes a lot more sense anyway. I may end up putting the memory size sniff code into stage2.

Thanks Peter!

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@318 c25cc9d1-44fa-0310-b259-ad778cb1d433
boot/i386/bootblock.asm
boot/i386/bootblock.bin
boot/i386/stage2.c