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 2f - multiplex - share - installation check http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - SHARE - INSTALLATION CHECK
        AX = 1000h
Return: AL = 00h  not installed, OK to install
             01h  not installed, not OK to install
             FFh  installed
BUG:    values of AL other than 00h put DOS 3.x SHARE into an infinite loop
          (08E9: OR  AL,AL
           08EB: JNZ 08EB) <- the buggy instruction (DOS 3.3)
        values of AL other than described here put PCDOS 4.00 into the same
          loop (the buggy instructions are the same)
SeeAlso: INT 21/AH=52h

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