Changeset 535 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- Apr 8, 2013, 5:09:44 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm
r533 r535 120 120 mov [di+DPT.bPchsSectorsPerTrack], bh 121 121 122 ; This is what Award BIOS from 1997 Pentium motherboard does. I can't think 123 ; of any good reason to do the same but let's keep this here just in case, 124 ; at least for a while. 125 %if 0 122 126 %ifdef RESERVE_DIAGNOSTIC_CYLINDER 123 127 ; Do not store P-Cylinders, instead calculate it from L-CHS total sector count. … … 130 134 div bx ; AX = Calculated cylinders 131 135 %endif ; RESERVE_DIAGNOSTIC_CYLINDER 136 %endif ; 0 132 137 133 138 mov [di+DPT.wPchsCylinders], ax
Note:
See TracChangeset
for help on using the changeset viewer.