INT 13H (0x13)
Function 2FH (0x2F or 47) --> Force Immediate
Incremental Flush
(QuickCache II v4.20)
Call with: AH = 2FH
Return: If Function Successful,
AX = 0000H
If Function Unsuccessful,
AX = Status
Comments:
If the function is successful the AX is 0000H, if unsuccessful AX returns the status.
INT 13H (0x13)
Function 30H (0x30 or 48) --> Get Information (QuickCache II v4.20)
Call with: AH = 30H
AL = Information Number (See Table in
Comments)
DS:DX = buffer for info
Return: If Function Successful,
AX = 0000H
If Function Unsuccessful,
AX = Status
Comments:
This Function is used to get the different type of information about system, specified by AL. If the function is successful the AX is 0000H, if unsuccessful AX returns the status. AX = 8000H indicates the invalid Information specifier. Information numbers to be specified to AL, have been listed in the following table:
Value |
Description |
00H |
System information |
01H |
Drive information |
02H |
Access frequency (Array of 30 words) |
03H |
Drive Index (Array of 32 bytes indicating BIOS drive for DOS drive) |
INT 13H (0x13)
Function 31H (0x31 or 49) --> Reserve Memory
(QuickCache II v4.20)
Call with: AH = 31H
BX = Number of paragraphs of
conventional memory to reserve for
Applications.
Return: If Function Successful,
AX = 0000H
If Function Unsuccessful,
AX = Status
Comments:
This Function is used to reserve the memory for applications. If the function is successful the AX is 0000H, if unsuccessful AX returns the status.
INT 13H (0x13)
Function 32H (0x32 or 50) --> Enable Caching For Specific Drive(QuickCache II v4.20)
Call with: AH = 32H
AL = drive number
Return: If Function Successful,
AX = 0000H
If Function Unsuccessful,
AX = Status
Comments:
This Function is used to enable caching for specific drive. For example, call Function with AL = 00H for A: and so on. If the function is successful the AX is 0000H, if unsuccessful AX returns the status.
INT 13H (0x13)
Function 33H (0x33 or 51) --> Disable Caching For Specific Drive (QuickCache II v4.20)
Call with: AH = 33H
AL = drive number
Return: If Function Successful,
AX = 0000H
If Function Unsuccessful,
AX = Status
Comments:
This Function is used to disable caching for specific drive. For example, call Function with AL = 00H for A: and so on. If the function is successful the AX is 0000H, if unsuccessful AX returns the status.
|