Changeset 618 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Aug 31, 2021, 2:17:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm
r614 r618 49 49 50 50 ; Only correct cylinders since there are no reports that head or sectors could be wrong 51 MIN_U WORD [es:si+ATA1.wCylCnt], MAX_PCHS_CYLINDERS ; Limit to max allowed value 51 mov cx, MAX_PCHS_CYLINDERS 52 MIN_U [es:si+ATA1.wCylCnt], cx ; Limit to max allowed value 52 53 53 54 ; Note! There are ATA ID words 54-58 that also need to be modified! However,
Note:
See TracChangeset
for help on using the changeset viewer.