Date: Fri, 8 Jan 1999 11:04:15 -0500 Message-Id: <199901081604.LAA18031@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <19990108143156.1466.qmail@hotmail.com> (msdawy@hotmail.com) Subject: Re: some questions... References: <19990108143156 DOT 1466 DOT qmail AT hotmail DOT com> Reply-To: djgpp AT delorie DOT com > I would sincerely like to thank u all for the great effort u r > doing! this mailing list is one of the most active (and most friendly) > mailing list i have ever seen. thanx every body! You're welcome! > 1) how can i determine the free amount of PHYSICAL memory? and how > can i determine the free amount of TOTAL memory (physical+virtual)? Look up __dpmi_get_free_memory_information in the libc docs. > when called with cls(0xa0000) (after setting mode to 320*200 of course) FAQ 10.2: http://www.delorie.com/djgpp/v2faq/faq082.html