Date: Tue, 30 Apr 1996 20:06:39 -0400 (EDT) From: Justin Ward To: djgpp AT delorie DOT com Subject: Re: giving back dpmi memory?? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 30 Apr 1996, Eli Zaretskii wrote: > Sounds like you have very few physical RAM installed. What does go32-v2 > print when run without arguments? > 13 megs dpmi memory available, 131 megs dpmi swap. The problem seems to come when a program tries to find out how much free XMS memory is available.. which is (properly) 0, since it's all being used as DPMI memory. Whether or not a DPMI host (specifically cwsdpmi in this case) will free up DPMI memory when XMS memory is REQUESTED I don't know. But any program that needs XMS will try to find out how much there is free first. And when it gets 0 bytes free, it bitches and complains and then either exits or swaps to the disk (this is what win 3.11 does). Justin