Date: Mon, 30 Aug 1999 10:09:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: Memory usage question! In-Reply-To: <37C98963.4F2F1250@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 29 Aug 1999, Endlisnis wrote: > BTW, is there any correlation between what go32-v2 reports under > Windows as free physical memory and the actual physical memory free? go32-v2 simply calls a DPMI function and prints what that returned. It is entirely up to the DPMI server to return the correct info. Experience shows that unless you run on plain DOS, the first number it prints does not correlate too well with the free physical RAM. Also note that go32-v2 does not say "physical memory", it says "DPMI memory". There's a fine difference here.