Causes the fixed disk adapter to recalibrate itself for the specified drive, positioning the read/write arm to cylinder 0, and returns the drive's status.
Call with:
AH = 11H
DL = drive
80H—FFH fixed disk
Returns:
If function successful
Carry flag = clear
AH = 00H
If function unsuccessful
Carry flag = set
AH = status (see Int 13H Function 01H)
Note:
This function is supported on fixed disks only.