Fix the bug where the system doesn't make it past the bootloader. Looks like some...
commit7bdb5b54b8544320e4bca730b54786fd54636a2c
authorTravis Geiselbrecht <geist@newos.org>
Sun, 6 Jun 2004 13:47:23 +0000 (6 13:47 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Sun, 6 Jun 2004 13:47:23 +0000 (6 13:47 +0000)
tree6d6dcc81b7b73f9f74aea24a6400526193faf193
parentacc090b3114452b43baca6a7054416063fbbc56a
Fix the bug where the system doesn't make it past the bootloader. Looks like some bioses
reenable interrupts after the int 0x15 e820 call, and this causes the system to go haywire
sometime afterwards, probably due to the interrupt table not being installed.

Thanks everyone for pointing this out. Copied this particular fix from the openbeos sources.

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