Difference between revisions of "DOS Protected Mode Interface"
From Computer History Wiki
m (Jnc moved page DPMI to DOS Protected Mode Interface: Full name) |
m (fix link, correct form) |
||
Line 1: | Line 1: | ||
− | + | The '''DOS Protected Mode Interface''' (often''DPMI''') was a standard of how [[DOS extender]]s should function under [[MS-DOS]] so that you can run [[protected mode]] DOS [[application]]s under a DPMI provider, like [[Windows 3.0]] and higher. | |
There is some information on the DPMI spec on [http://www.delorie.com/djgpp/doc/dpmi/ DJGPP's site]. | There is some information on the DPMI spec on [http://www.delorie.com/djgpp/doc/dpmi/ DJGPP's site]. | ||
Line 8: | Line 8: | ||
[[Category: Microsoft Operating Systems]] | [[Category: Microsoft Operating Systems]] | ||
+ | [[Category: Operating Environments]] |
Revision as of 17:39, 18 December 2018
The DOS Protected Mode Interface' (oftenDPMI) was 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.