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 0Dh
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   13h     Function:   0Dh
 
  Title:       Reset Fixed Disk System
 
  Description:                                          [PC] [AT] [PS/2]
 
     Resets the fixed disk controller, recalibrates attached drives
     (moves the read/write arm to cylinder 0), and prepares for
     subsequent disk I/O. This function is supported on fixed disks
     only. It differs from Int 13h Function 00h in that the floppy disk
     controller is not reset.
 
     Input                           Output
 
     AH = 0Dh                        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
                                    -♦-