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


Ignore:
Timestamp:
Aug 20, 2011, 6:37:44 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hopefully this commit is successful. Sorry for the mess.
File:
1 edited

Legend:

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

    r99 r165  
    2525
    2626;--------------------------------------------------------------------
    27 ; AtaID_GetTotalSectorCount
     27; AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI
    2828;   Parameters:
    2929;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     
    3333;       Nothing
    3434;--------------------------------------------------------------------
    35 AtaID_GetTotalSectorCount:
     35AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI:
    3636    push    ds
    3737
Note: See TracChangeset for help on using the changeset viewer.