Changeset 568 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm
r567 r568 116 116 jnz SHORT .NothingToChange 117 117 118 .LimitHeadsForLargeAddressingMode:119 118 ; We cannot have 16 P-Heads heads in Revised ECHS mode (8193 or more cylinders) 120 119 ; but 16 heads are allowed when there are 8192 or less cylinders (ECHS). 121 120 ; Both of these are LARGE modes so do not confuse with NORMAL mode. 122 121 call AtaGeometry_IsDriveSmallEnoughForECHS 123 jc SHORT .NothingToChange 124 dec bx ; Adjust 16 P-Heads to 15 122 adc bx, -1 ; Adjust 16 P-Heads to 15 if needed 125 123 126 124 .NothingToChange:
Note:
See TracChangeset
for help on using the changeset viewer.