Date: Wed, 15 Jan 1997 18:51:08 +0200 (IST) From: Eli Zaretskii To: Jeff Beardsley cc: djgpp AT delorie DOT com Subject: Re: DJGPP under OS/2: DPMI config question In-Reply-To: <32DBF20C.131D@1up.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 14 Jan 1997, Jeff Beardsley wrote: > DPMI memory available: 375 Kb > DPMI swap space available: 60681 Kb > > While I am able to run RHIDE fine (nice program), and compile small > programs, I have yet to try anything very large -- The report from > GO32-V2 seems wrong. > > Has anyone had this problem, and found a workaround. What's the problem, exactly? Is it merely that go32-v2 reports a number that seems to be too small, or do you indeed see that your DJGPP programs start paging very soon? If nothing's wrong except the memory report, maybe the OS/2 indeed doesn't have any significant amount of free physical RAM? (If you ask me, any system that doesn't grab all of the available memory for the OS needs cannot be seriously called an operating system.) I suggest you try compiling a large source file and compare the compilation speed with the figures mentioned in the DJGPP FAQ list, section 7.1. If the speed is OK, then your system is set up correctly.