Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Aug 20, 2011, 6:37:44 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm
r99 r165 25 25 26 26 ;-------------------------------------------------------------------- 27 ; AtaID_GetTotalSectorCount 27 ; AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI 28 28 ; Parameters: 29 29 ; ES:SI: Ptr to 512-byte ATA information read from the drive … … 33 33 ; Nothing 34 34 ;-------------------------------------------------------------------- 35 AtaID_GetTotalSectorCount :35 AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI: 36 36 push ds 37 37
Note:
See TracChangeset
for help on using the changeset viewer.