Date: Tue, 10 Jun 1997 11:13:12 +0300 (IDT) From: Eli Zaretskii To: Maurice Lombardi cc: djgpp AT delorie DOT com Subject: Re: DPMI Host limited to 64MB physical memory on Compaq PC ?? In-Reply-To: <339CB8E7.529A@ujf-grenoble.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 9 Jun 1997, Maurice Lombardi wrote: > Be also carefull not to use exPANded (EMS) memory: I have only 40 MB > but go32-v2 /cwsdpmi reports only 16MB DPMI with > DEVICE=C:\DOS\EMM386.EXE RAM in config.sys > (and 40 MB without it), This is probably a result of incorrect configuration of EMM or HIMEM on your system. AFAIK, EMM386 in DOS 6 can convert upto 32MB of extended memory to VCPI, so you should see at least 32MB. I think (although I didn't check) that if you put NOEMS parameter on the EMM command line, you should be able to get all 40MB in DJGPP.