Date: Mon, 3 May 1999 09:56:30 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Fred ---o0o--- cc: djgpp AT delorie DOT com Subject: Re: DPMI server In-Reply-To: <7giem8$gvp$1@oceanite.cybercable.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 2 May 1999, Fred ---o0o--- wrote: > What is a DPMI Server exactly ? DPMI is an acronym for DOS Protected-Mode Interface. It is a special API, implemented as a bunch of functions of software interrupt 31h, which allow protected-mode programs to run on top of real-mode DOS and call DOS and BIOS services. The DPMI server is a special software that hooks interrupt 31h and provides the DPMI services. Many modern PC-based operating systems (Windows is one of them) include a DPMI server as their integral part. DJGPP provides a free DPMI server called CWSDPMI for those users who run on plain DOS and don't have a commercial DPMI server installed. All this, and much more is explained in the following Web page: http://www.delorie.com/djgpp/doc/eli-m17n99.html