Changeset 392 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h
- Timestamp:
- Apr 17, 2012, 2:42:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH15h_HSize.asm
r376 r392 81 81 ; CX 82 82 ;-------------------------------------------------------------------- 83 %ifdef MODULE_BOOT_MENU 83 84 AH15h_GetSectorCountFromForeignDriveToDXAX: 84 85 mov ah, GET_DRIVE_PARAMETERS 85 86 call Int13h_CallPreviousInt13hHandler 86 87 jmp SHORT ConvertAH08hReturnValuesToSectorCount 88 %endif 87 89 88 90 AH15h_GetSectorCountToBXDXAX:
Note:
See TracChangeset
for help on using the changeset viewer.