Difference between revisions of "DOS Protected Mode Interface"

From Computer History Wiki
Jump to: navigation, search
(New page: DPMI is the "DOS protected mode interface", a standard of how Dos extenders should function under MS-DOS so that you can run protected mode DOS applications under a DPMI provider, like...)
(No difference)

Revision as of 16:22, 23 June 2010

DPMI is the "DOS protected mode interface", a standard of how Dos extenders should function under MS-DOS so that you can run protected mode DOS applications under a DPMI provider, like Windows 3.0 and higher.

There is some information on the DPMI spec on DJGPP's site.

DPMI also succeeded the VCPI specification.