Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 13h Function 11h
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   13h     Function: 11h
 
  Title:       Recalibrate Drive
 
  Description:                                          [PC] [AT] [PS/2]
 
     Causes the fixed disk adapter to recalibrate itself for the
     specified drive, positioning the read/arm to cylinder 0, and
     returns the drive's status. This function is supported on fixed
     disks only.
 
     Input                           Output
 
     AH = 11h                        If function successful
     DL = Drive                        Carry flag: clear
        = 80h-FFh fixed disk           AH = 00h
 
                                     If function unsuccessful
                                       Carry flag: set
                                       AH = Status
                                            See: Int 13h Function 01h
                                    -♦-