Differences between version 2 and predecessor to the previous major change of DPMI.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, September 16, 2003 8:57:03 am | by CraigBox | Revert |
Older page: | version 1 | Last edited on Tuesday, September 16, 2003 6:25:03 am | by AristotlePagaltzis | Revert |
@@ -1 +1,5 @@
An [Acronym] for [DOS] ProtectedMode Interface.
+
+DPMI is a programming interface from MicrosoftCorporation that allows a [DOS]-extended program to run cooperatively under Windows 3.x. XMS, VCPI and DPMI all deal with extended memory. However, XMS allows data and programs to be stored in and retrieved from extended memory, whereas VCPI and DPMI allow programs to "run" in extended memory.
+
+[DPMI API Specification 1.0|http://www.delorie.com/djgpp/doc/dpmi/]