Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 13 - disk - status of disk system http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 13 - DISK - STATUS OF DISK SYSTEM
        AH = 01h
Return: AH = status of last disk operation
            00h = successful completion
            01h = bad command
            02h = address mark not found
            03h = write attempted on write-protected disk
            04h = sector not found
            05h = reset failed (hard disk)
            06h = diskette changed
            07h = parameter act. failed (hard disk)
            08h = DMA overrun (floppy disk)
            09h = DMA across 64K boundary
            0Ah = bad sector detected (hard disk)
            0Bh = bad track detected (hard disk)
            0Ch = unsupported track
            0Dh = invalid number of sectors on format (hard disk)
            0Eh = control data address mark detected (hard disk)
            0Fh = DMA arbitration error (hard disk)
            10h = bad CRC/ECC
            11h = data ECC corrected (hard disk)
            20h = controller failure
            40h = seek failed
            80h = time out
            AAh = drive not ready (hard disk)
            BBh = undefined error (hard disk)
            CCh = write fault (hard disk)
            E0h = status register error (hard disk)
            FFh = sense operation failed (hard disk)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson