Date: Thu, 16 Jan 1997 14:48:16 +0200 (IST) From: Eli Zaretskii To: Dim Zegebart cc: DJGPP Mail List Subject: Re: Size of EXE In-Reply-To: <32DEB81D.362@post.comstar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 16 Jan 1997, Dim Zegebart 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 ? Mostly yes, but sometimes no, see below. > And if i wrong, what kind of server is in DJGPP exe ? Most DJGPP programs don't include a built-in DPMI host, rather the stub loads the DPMI host if DPMI services aren't available. But you can bind a DJGPP program with the PMODE/DJ stub which includes the PMODE DPMI host; in that case, the DPMI host (server) is indeed part of the DJGPP program.