home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / forth / 3805 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!pipex!harlqn.co.uk!harlqn!paulb
  3. From: paulb@harlqn.co.uk (Paul Butcher)
  4. Subject: Re: What's the abbreviation DPMI ?
  5. Message-ID: <1993Jan8.134341.16367@harlqn.co.uk>
  6. Sender: news@harlqn.co.uk (Usenet News Account)
  7. Organization: Harlequin Ltd, Cambridge, UK
  8. References: <1ih23pINNe0k@nz12.rz.uni-karlsruhe.de>
  9. Date: Fri, 8 Jan 1993 13:43:41 GMT
  10. Lines: 18
  11.  
  12. In article <1ih23pINNe0k@nz12.rz.uni-karlsruhe.de> DAHMS@ifk20.mach.uni-karlsruhe.de (Heribert Dahms) writes:
  13. >I have a quite good knowledge about computers, but never heard about "DPMI"
  14. >outside this newsgroup, so I what does it mean?
  15. >
  16. >
  17. >Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
  18.  
  19. DPMI stands for "Dos Protected Mode Interface".  It's a means by which
  20. DOS programs can cooperate in using 386 features (e.g. virtual memory,
  21. virtual 8086 processors etc.).
  22.  
  23. I believe the first program to offer DPMI support was Windows 3.0, but
  24. others now do so as well.
  25.  
  26. It supercedes an earlier standard called VCPI (Virtual Control Program
  27. Interface) which performed a similar function.
  28.  
  29. PaulB->msgCount++
  30.