Changeset 169 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Aug 21, 2011, 4:39:58 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm
r165 r169 7 7 8 8 ;-------------------------------------------------------------------- 9 ; AtaID_GetPCHS 9 ; AtaID_GetPCHStoAXBLBHfromAtaInfoInESSI 10 10 ; Parameters: 11 11 ; ES:SI: Ptr to 512-byte ATA information read from the drive … … 17 17 ; Nothing 18 18 ;-------------------------------------------------------------------- 19 AtaID_GetPCHS :19 AtaID_GetPCHStoAXBLBHfromAtaInfoInESSI: 20 20 mov ax, [es:si+ATA1.wCylCnt] ; Cylinders (1...16383) 21 21 mov bl, [es:si+ATA1.wHeadCnt] ; Heads (1...16)
Note:
See TracChangeset
for help on using the changeset viewer.