Changeset 169 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization


Ignore:
Timestamp:
Aug 21, 2011, 4:39:58 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Old Int 13h functions can now transfer 256 sectors per call.
  • eINT 13h functions can now transfer 65535 sectors per call.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm

    r165 r169  
    77
    88;--------------------------------------------------------------------
    9 ; AtaID_GetPCHS
     9; AtaID_GetPCHStoAXBLBHfromAtaInfoInESSI
    1010;   Parameters:
    1111;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     
    1717;       Nothing
    1818;--------------------------------------------------------------------
    19 AtaID_GetPCHS:
     19AtaID_GetPCHStoAXBLBHfromAtaInfoInESSI:
    2020    mov     ax, [es:si+ATA1.wCylCnt]    ; Cylinders (1...16383)
    2121    mov     bl, [es:si+ATA1.wHeadCnt]   ; Heads (1...16)
Note: See TracChangeset for help on using the changeset viewer.