boot - Bring in real-mode fixes for BIOS calls
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 18 Sep 2009 19:18:55 +0000 (12:18 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 18 Sep 2009 19:18:55 +0000 (12:18 -0700)
commit32bf391face5bf5272f786f41d0a8f34ac6180f4
tree708073a0a1e7f44e4cfa4d1b0be1d6ceecd39c71
parent7e9e6d53c357e11d4eca77388371314a1bb6351e
boot - Bring in real-mode fixes for BIOS calls

* Make BIOS calls in real mode now (I think), and no longer use the
  pmap hacks.

  Improves BIOS compatibility, particularly when booting from a USB
  mass storage device.

Taken-from: FreeBSD
Submitted-by: Jordan Gordeev <smtms@crater.dragonflybsd.org>
sys/boot/pc32/boot2/boot2.c
sys/boot/pc32/bootasm.h
sys/boot/pc32/btx/btx/Makefile
sys/boot/pc32/btx/btx/btx.S
sys/boot/pc32/loader/main.c