Date: Mon, 24 Nov 1997 14:17:23 -0600 (CST) From: Greg Moorer To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: biosmemory() problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk > > whenever I try to compile code with the biosmemory() function, djgpp > > simply locks up...no error messages or anything. Has anyone else run > > into this problem? > > Does this happen when you *compile* the code which call `biosmemory', > or when you *run* that code? > > Could you post a short program that exhibits this behavior? > the systems halts upon trying to compile the following: #include #include void main (void) { printf ("This system has %u K of memory... \n", biosmemory()); } -Greg