- rombios patches by Myles Watson <mylesgw@gmail.com>
commitf9b1eb9dc7bc9a899420ed263404718d7a4706e5
authorVolker Ruppert <info@vruppert.de>
Tue, 9 Oct 2007 16:49:23 +0000 (9 16:49 +0000)
committerVolker Ruppert <info@vruppert.de>
Tue, 9 Oct 2007 16:49:23 +0000 (9 16:49 +0000)
tree926a584cec7c18eb2e435dfe3a68bc33cb35c30c
parente45d69b907e4e36862f10aacb4d13cb3684d183e
- rombios patches by Myles Watson <mylesgw@gmail.com>
  * corrects a spelling error and removes the lba_capable comment
  * moves dpte_segment after dpte_offset (endian problem) in the struct
  * changes int13 0x15 to use the logical geometry instead of physical to
    return sectors
  * clips cylinders in Int13DPT
  * fixes bit shift problem in options (parens in the wrong place)
  * returns the correct offset for dpte.iobase2
  * fixes a pointer arithmetic error in calculating the checksum of the dpte
  * moves #if BX_SUPPORT_FLOPPY to include more floppy code
  * added support for %lx %ld and %lu for bios_printf()
rombios.c