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 21 - dos - select disk http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS - SELECT DISK
        AH = 0Eh
        DL = new default drive number (0 = A, 1 = B, etc.)
Return: AL = number of logical drives
Notes:  under Novell NetWare, the return value is always 32, the number of
          drives that NetWare supports
        under DOS 3+, the return value is the greatest of 5, the value of
          LASTDRIVE= in CONFIG.SYS, and the number of drives actually present
        otherwise, the return value is the highest drive actually present
SeeAlso: AH=19h, AH=DBh

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