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 - desqview 2.26 external dev interface - installation check http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - DESQview 2.26 External Dev Interface - INSTALLATION CHECK
        AX = DE00h
        BX = 4445h ("DE")
        CX = 5844h ("XD")
        DX = 4931h ("I1")
Return: AL = FFh if installed (even if other registers do not match)
        if BX,CX, and DX were as specified on entry,
            BX = 4845h ("HE")
            CX = 5245h ("RE")
            DX = 4456h ("DV")
Notes:  AH=DEh is the default XDI multiplex number, but may range from C0h-FFh
        programs should check for XDI starting at DEh to FFh, then C0h to DDh
        the XDI handler should not issue any DOS or BIOS calls, nor should it
          issue DESQview API calls other than those allowed from hardware ints

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