[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 P - DPMI 0.9+ - GET DPMI VERSION
        AX = 0400h
Return: CF clear
        AH = major version of DPMI spec supported
        AL = two-digit minor version of DPMI spec supported
        BX = flags
            bit 0: running under an 80386 (32-bit) implementation
            bit 1: processor returns to real mode for reflected interrupts
                   instead of V86 mode
            bit 2: virtual memory supported
            bit 3: reserved (undefined)
            others reserved (zero)
        CL = processor type (02h=80286, 03h=80386, 04h=80486)
        DH = curr value of virtual master interrupt controller base interrupt
        DL = curr value of virtual slave interrupt controller base interrupt
SeeAlso: INT 21/AX=250Ch,INT 67/AX=DE0Ah

See Also: 310401
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson