Penguin

Differences between current version and predecessor to the previous major change of DPMI.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Monday, December 8, 2003 8:32:52 pm by AristotlePagaltzis
Older page: version 3 Last edited on Tuesday, September 16, 2003 9:24:20 am by AristotlePagaltzis Revert
@@ -1,7 +1,5 @@
 An [Acronym] for [DOS] ProtectedMode Interface. See the [DPMI API Specification 1.0|http://www.delorie.com/djgpp/doc/dpmi/]. 
  
 [DPMI] is a programming interface from MicrosoftCorporation that allows programs to run in ProtectedMode under [DOS] while still calling RealMode [DOS] and [BIOS] functions. It also allows multiple ProtectedMode [DOS] programs to run concurrently, eg under Windows 3.x. 
  
-In contrast, while XMS allows storage and retrieval of data and code beyond the first megabyte of memory via its [API], there is no direct access to or execution from beyond that region, because code using XMS still runs in RealMode.  
-  
-Then there's also VCPI.. ''(AddToMe: what ''exactly'' was that, again? I only remember the abbreviation vaguely. Plus, VCPI and XMS really need their own pages. .)''  
+( In contrast, while XMS allows storage and retrieval of data and code beyond the first megabyte of memory via its [API], there is no direct access to or execution from beyond that region, because code using XMS still runs in RealMode.)