Date: Tue, 17 Apr 2001 13:09:39 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: tian_kd cc: djgpp AT delorie DOT com Subject: Re: hi In-Reply-To: <20010417082357.3307.qmail@sina.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk [You might consider choosing a more descriptive Subjects for your messages.] On Tue, 17 Apr 2001, tian_kd wrote: > when i installing djgpp on windows 2000,and running the go32-v2.exe program without arguments like this: > go32-v2 > It report DPMI memory and swap space can DJGPP use on my system is: > DPMI memory available: 43500Kb > DPMI swap space available: 0Kb > > where do i wrong? You didn't do anything wrong. > How should i do? Nothing. This is normal behavior of the W2K (and Windows NT) DOS emulator: it reports zero swap space, and the ``memory available'' figure is not the actual free physical memory. What you should really care about (on any system) is the sum of the two numbers: it tells you how much memory your programs can allocate. 43,5MB is not too bad, and W2K will allocate more if you ask for it (so in the W2K case, the report is very inaccurate).