Changeset 193 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Nov 17, 2011, 2:59:13 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r175 r193 65 65 ADDRESSING_MODE_LBA48 EQU 3 ; 48-bit LBA Addressing Mode 66 66 67 %macro CustomDPT_GetUnshiftedAddressModeToALZF 0 68 mov al, [di+DPT.bFlagsLow] 69 and al, MASKL_DPT_ADDRESSING_MODE 70 %endmacro 71 67 72 ; Number of Sectors per Track is fixed to 63 for LBA assist calculation. 68 73 ; 1024 cylinders, 256 heads, 63 sectors = 8.4 GB limit (but DOS does not support more than 255 heads)
Note:
See TracChangeset
for help on using the changeset viewer.