Changeset 167 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Aug 21, 2011, 3:42:15 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Old Int 13h transfer functions work again.
  • Fixes to eINT13h (EBIOS) support.
Location:
trunk/XTIDE_Universal_BIOS/Inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc

    r165 r167  
    2222    .qwTotalSectors         resb    8   ; 16, Total number of addressable sectors
    2323    .wSectorSize            resb    2   ; 24, Number of bytes per sector
    24 
    2524    .fpEDDparams            resb    8   ; 26, Optional pointer to Enhanced Disk Drive (EDD) configuration parameters
    2625endstruc
  • trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc

    r155 r167  
    5454
    5555    ; Parameters for 48-bit LBA
    56     .wSectorCountHighAndLbaLowExt:
    57     .bSectorCountHighExt    resb    1   ; LBA48 Sector Count 15...8
     56                            resb    1
    5857    .bLbaLowExt             resb    1   ; LBA48 31...24
    5958
Note: See TracChangeset for help on using the changeset viewer.