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/Src/Device/IDE/IdeCommand.asm

    r169 r218  
    128128
    129129    ; Output Sector Address High (only used by LBA48)
    130     mov     ax, [bp+IDEPACK.wSectorCountHighAndLbaLowExt]
     130    eMOVZX  ax, BYTE [bp+IDEPACK.bLbaLowExt]
    131131    mov     cx, [bp+IDEPACK.wLbaMiddleAndHighExt]
    132132    call    OutputSectorCountAndAddress
Note: See TracChangeset for help on using the changeset viewer.