Date: Mon, 15 Jul 1996 11:03:19 +0200 (IST) From: Eli Zaretskii To: John Sabean Cc: djgpp AT delorie DOT com Subject: Re: DJGPP - Memory Detect Question In-Reply-To: <31E55FB5.167EB0E7@eng.umd.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 11 Jul 1996, John Sabean wrote: > So, is there anyway to get a ball park figure of how much > physical memory there is? There is a library function called `_go32_dpmi_remaining_physical_memory', which will tell you exactly what you want to know. Look it up in the libc on-line reference.