Changeset 167 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH25h_HDrvID.asm
- Timestamp:
- Aug 21, 2011, 3:42:15 PM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH25h_HDrvID.asm
r165 r167 25 25 %ifdef USE_186 26 26 push Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH 27 ; Fall to AH25h_GetDriveInformationToBufferInESSI fromDriveInDL27 ; Fall to AH25h_GetDriveInformationToBufferInESSI 28 28 %else 29 call AH25h_GetDriveInformationToBufferInESSI fromDriveInDL29 call AH25h_GetDriveInformationToBufferInESSI 30 30 jmp Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH 31 31 %endif … … 33 33 34 34 ;-------------------------------------------------------------------- 35 ; AH25h_GetDriveInformationToBufferInESSI fromDriveInDL35 ; AH25h_GetDriveInformationToBufferInESSI 36 36 ; Parameters: 37 ; DL: Translated Drive number38 37 ; DS:DI: Ptr to DPT (in RAMVARS segment) 39 38 ; ES:SI: Ptr to buffer to receive 512-byte drive information … … 44 43 ; AL, BX, CX, DX 45 44 ;-------------------------------------------------------------------- 46 AH25h_GetDriveInformationToBufferInESSIfromDriveInDL: 45 ALIGN JUMP_ALIGN 46 AH25h_GetDriveInformationToBufferInESSI: 47 47 push es 48 48 push bp
Note:
See TracChangeset
for help on using the changeset viewer.