Date: Tue, 21 Apr 1998 13:20:23 +0300 (IDT) From: Eli Zaretskii To: SangGyu Nam cc: djgpp AT delorie DOT com Subject: Re: How can I calculate the amount of free memory? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 20 Apr 1998, SangGyu Nam wrote: > How can I get the realtime free amount of DPMI memory? Please download the DJGPP FAQ list (available as v2/faq210b.zip from the same place you get DJGPP) and read section 15.2 there. It explains this issue and points you to the library function which can be used for reporting memory. In fact, I'd advise reading all of Chapter 15, since memory management under DPMI has some subtle aspects.