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 31 - dpmi 0.9 api - protected mode - get dpmi version http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DPMI 0.9 API - protected mode - GET DPMI VERSION
        AX = 0400h
Return: CF clear
        AH = major version
        AL = minor version
        BX = flags
            bit 0: running under an 80386 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

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