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 - get current drive parameters (xt,at,xt286,conv,ps) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 13 - DISK - GET CURRENT DRIVE PARAMETERS (XT,AT,XT286,CONV,PS)
        AH = 08h
        DL = drive number
Return: CF set on error
        AH = status code (see AH=01h)
        BL = drive type (see AH=17h) (AT/PS2 floppies only)
        DL = number of consecutive acknowledging drives
        DH = maximum value for head number
        CL = maximum value for sector number (bits 0-5)
        CH = maximum value for cylinder number (highest bits in bits 6,7 of CL)
        ES:DI -> drive parameter table
SeeAlso: INT 1E,INT 41

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