Changeset 558 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/AtaInfo.asm
- Timestamp:
- Jun 23, 2013, 3:52:31 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/AtaInfo.asm
r526 r558 239 239 mov si, bx ; DS == ES 240 240 mov dx, TRANSLATEMODE_AUTO 241 call AtaGeometry_GetLCHStoAXBLBHfromAtaInfoInESSI andTranslateModeInDX241 call AtaGeometry_GetLCHStoAXBLBHfromAtaInfoInESSIwithTranslateModeInDX 242 242 dec ax ; Reserve diagnostics cylinder 243 243 MIN_U ax, MAX_LCHS_CYLINDERS
Note:
See TracChangeset
for help on using the changeset viewer.