DOS Protected Mode Interface: Difference between revisions

From Computer History Wiki
Jump to navigationJump to 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...
 
m +cat, +links
Line 1: Line 1:
DPMI is the "DOS protected mode interface", a standard of how [[Dos extender]]s should function under MS-DOS so that you can run protected mode DOS applications under a DPMI provider, like [[Windows 3.0]] and higher.
DPMI is the "DOS Protected Mode Interface", 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 6: Line 6:


{{stub}}
{{stub}}
[[Category: Microsoft Operating Systems]]

Revision as of 20:15, 15 December 2018

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.