Int 13/AX=5501h

Prev Next Ralf Interrups Categories Contents

------

Seagate ST01/ST02 - Inquiry

AX = 5501h
DH = number of bytes to transfer
DL = drive ID (80h, 81h, ...)
ES:BX -> buffer for results

Return:
ES:BX buffer filled with the Inquiry results

Notes: The ST01/ST02 BIOS does not return any success/failure indication, so all commands must be assumed to have been successful. The ST01/ST02 BIOS always maps its drives after the previous BIOS drives without changing the BIOS drive count at 0040h:0075h. This command is identical to the SCSI Inquiry command

Category: Disk I/O Enhancements - Int 13h - S

------

Prev Next Ralf Interrups Categories Contents