Date: Wed, 6 Oct 1999 15:53:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Prashant TR cc: djgpp AT delorie DOT com Subject: Re: Finding physical memory size In-Reply-To: <19991005060345.20262.rocketmail@web1405.mail.yahoo.com> 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 Mon, 4 Oct 1999, Prashant TR wrote: > Is there any means by which I can find out my total > physical memory size other than through DPMI ? I think the only DPMI host you can trust is CWSDPMI, and only if you run your program without any memory manager, not even HIMEM. Since your kind of application cannot run reliably with memory managers anyway (see my other message in this thread), you don't need to consider other DPMI hosts.