Changeset 218 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc


Ignore:
Timestamp:
Jan 23, 2012, 9:10:05 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Number of sectors to transfer is now limited to 1-128 for old INT 13h functions.
File:
1 edited

Legend:

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

    r203 r218  
    6161    .bCommand               resb    1
    6262    .bDeviceControl         resb    1   ; Offset 7 shared with PIOVARS
     63                            resb    1
    6364
    6465    ; Parameters for 48-bit LBA
    65     .wSectorCountHighAndLbaLowExt:
    66     .bSectorCountHighExt    resb    1
    6766    .bLbaLowExt             resb    1   ; LBA48 31...24
    68 
    6967    .wLbaMiddleAndHighExt:
    7068    .bLbaMiddleExt          resb    1   ; LBA48 39...32
Note: See TracChangeset for help on using the changeset viewer.