Changeset 542 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CompatibleDPT.asm
- Timestamp:
- Apr 15, 2013, 4:03:33 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CompatibleDPT.asm
r541 r542 107 107 xor dx, dx ; Clear for checksum 108 108 mov ax, [si+DPT.wLchsCylinders] 109 MIN_U ax, MAX_LCHS_CYLINDERS ; Our DPT can have up to 1027109 ;MIN_U ax, MAX_LCHS_CYLINDERS ; Our DPT can have up to 1027 110 110 call StoswThenAddALandAHtoDL ; Bytes 0 and 1 (Logical number of cylinders) 111 111 … … 201 201 ; DPTE.bDrvnhead and DPTE.bBiosVendor 202 202 xchg di, si 203 call AccessDPT_GetDriveSelectByte ForEbiosToAL203 call AccessDPT_GetDriveSelectByteToAL 204 204 xchg si, di 205 205 call StoswThenAddALandAHtoDL ; Bytes 4 and 5
Note:
See TracChangeset
for help on using the changeset viewer.