Changeset 221 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH48h_GetExtendedDriveParameters.asm
- Timestamp:
- Jan 25, 2012, 2:36:47 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH48h_GetExtendedDriveParameters.asm
r170 r221 40 40 mov ax, MINIMUM_EDRIVEINFO_SIZE 41 41 cmp [di+EDRIVE_INFO.wSize], ax 42 jb SHORT AH42h_ReturnWithInvalidFunctionError42 jb SHORT Prepare_ReturnFromInt13hWithInvalidFunctionError 43 43 je SHORT .SkipEddConfigurationParameters 44 44
Note:
See TracChangeset
for help on using the changeset viewer.