Date: Wed, 17 Sep 1997 12:44:24 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: Ben Shadwick , djgpp AT delorie DOT com Subject: Re: ANNOUNCE: DJGPP port of UMoria v5.5.2 In-Reply-To: <199709170103.SAA26386@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Sep 1997, Nate Eldredge wrote: > EMS? I didn't think DJGPP could use EMS. In fact, I'm quite sure of it. Is > there something I don't know here? DJGPP does use EMS, albeit not directly. If you think of CWSDPMI as part of DJGPP, then it uses VCPI services to get into protected mode and allocate memory for DJGPP programs. VCPI is an extension of EMS; for example, if you say NOEMS on the memory manager command line, you lose both EMS and VCPI.