Date: Wed, 31 Dec 1997 09:51:01 +0200 (IST) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: Available Memory....HOW TO? In-Reply-To: <01bd1582$02d3ab00$32401fc4@child-586-100> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 31 Dec 1997, child wrote: > What command do you use to find out how much memory you have available Use the library functions `_go32_dpmi_remaining_physical_memory' or `_go32_dpmi_remaining_virtualal_memory', they are described in the library reference (type "info libc alpha _go32_dpmi_rem" from the DOS prompt and read there). The memory-related issues are explained in chapter 15 of the DJGPP FAQ list. Download the file v2/faq210b.zip from the same place you got DJGPP and read it. > Please cc all replies to me and remove the NOSPAM from my address for it to > reach me. No, I won't. I reply to many messages each day and cannot afford editing addresses on them: it takes too much of my time which is better spent helping others. If you want the replies this badly, don't use anti-spam tricks. (Besides, if I can use my correct address in the messages I post, so can you.)