Mail Archives: djgpp/1997/11/24/15:22:09
> > 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 <bios.h>
#include <stdio.h>
void main (void)
{
printf ("This system has %u K of memory... \n", biosmemory());
}
-Greg
- Raw text -