INT 13H (0x13)
Function 5507H (0x5507) To Function 550DH (0x550D) -->
Reserved Functions (Seagate ST01/ST02)
Call with: AX = 5507H to AX = 550DH
Comments:
These Functions have been officially listed as "Reserved"
INT 13H (0x13)
Function A0H (0xA0 or 160) --> Get Resident Code Segment (Super PC-Kwik v3.20 and Later)
Call with: AH = A0H
SI = 4358H
Return:
AX = Segment of Resident Code
Comments:
This function is used to get the resident code segment. AX returns the segment of resident code.
INT 13H (0x13)
Function A1H (0xA1 or 161) --> Flush Cache (Super PC- Kwik v3.20 and Later)
Call with: AH = A1H
SI = 4358H
Return:
Carry Flag = Clear
AH = 00H (v5.10)
Comments:
The Function is used to flush the cache.
INT 13H (0x13)
Function A3H (0xA3 or 163) --> Disable Cache (Super PC- Kwik v3.20 and Later)
Call with: AH = A3H
SI = 4358H
Return:
Carry Flag = Clear
Comments:
Function is used to disable the cache.
INT 13H (0x13)
Function A4H (0xA4 or 164) --> Enable Cache (Super PC-Kwik v3.20 and Later)
Call with: AH = A4H
SI = 4358H
Return:
Carry Flag = Clear
Comments:
This function is used to enable cache.
INT 13H (0x13)
Function EEH (0xEE or 238) --> Set 1024-Cylinder Flag (SWBIOS)
Call with: AH = EEH
DL = Drive Number
Return:
Carry Flag = Clear
AH = 00H
Comments:
The Function is used to Set 1024 – Cylinder flag. The flag is cleared by all INT 13H calls except AH=EEH and AH=EFH. Disk Manager also supports these calls. This function is equivalent to calling Function AH=EFH with CX=0400H for the software which supports that call.
This function is also supported by HyperDisk v4.01 and later, and PC-Cache v5.5 and later, in order to allow caching of drives using SWBIOS to access more than 1024 cylinders.
|