delorie.com/djgpp/doc/dpmi/api/310400.html | search |
Call With
AX = 0400H
Returns
Carry flag = clear (this function always succeeds)
AH = DPMI major version as a binary number
AL = DPMI minor version as a binary number
BX = flags
CL = processor type
Bits Significance 0 0 = host is 16-bit DPMI implementation 1 = host is 32-bit (80386) DPMI implementation 1 0 = CPU returned to Virtual 86 mode for reflected interrupts 1 = CPU returned to real mode for reflected interrupts 2 0 = virtual memory not supported 1 = virtual memory supported 3 reserved, for historical reasons 4-15 reserved for later use
DH = current value of virtual master PIC base interrupt
Value Significance 02H 80286 03H 80386 04H 80486 05H-FFH reserved for future Intel processors
prev next webmaster | delorie software privacy |
Copyright © 1996 | Updated Apr 1996 |