Newsgroups: comp.os.msdos.djgpp From: Peter Berdeklis Subject: Re: Size of EXE Message-ID: Nntp-Posting-Host: chinook.physics.utoronto.ca Sender: news AT info DOT physics DOT utoronto DOT ca (System Administrator) Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Organization: University of Toronto - Dept. of Physics In-Reply-To: <32E11DC3.5DE5@total.net> Date: Mon, 20 Jan 1997 22:40:47 GMT References: <32dc427c DOT 81435113 AT news DOT mcgill DOT ca> <32DD9C93 DOT 1980 AT worldnet DOT att DOT net> <32DEB81D DOT 362 AT post DOT comstar DOT ru> <32E11DC3 DOT 5DE5 AT total DOT net> Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sat, 18 Jan 1997, Leslie E Murphy wrote: > Dim Zegebart wrote: > > Rob Vasquez wrote: > > > Remember that it also has a 32 bit DPMI server at the beginning. > > Server ??? > > I think what DPMI servers are CWSDPMI,QDPMI,WINDPMI, etc. > > Am i right ? > > And if i wrong, what kind of server is in DJGPP exe ? > Yes but they are linked into your .exe. No they are not. The DPMI server, whichever you use, is a completely seperate program that must be available when your program starts. If there is not a DPMI server running already, the startup code will start one - CWSDPMI by default, but that can be changed. When a DPMI server is running the startup code switches to protected mode and continues. However, there is no DPMI server linked into your executable (unless you've linked one in explicitly, like PMODE/DJ). --------------- Peter Berdeklis Dept. of Physics, Univ. of Toronto