Mail Archives: djgpp/1999/06/09/06:57:23
On Tue, 8 Jun 1999, Dlanor Blytkerchan wrote:
> >> When I started the program it died with "Load error: no
> >> DPMI memory".
> >
> >This is one more evidence that your system runs out of memory somehow.
> >This message is printed when the stub loader cannot allocate enough
> >memory to load the code and static data of your program.
>
> .. which it probably tries to do with malloc()
No, the startup code uses direct DPMI calls to get the memory at that
stage, since the program's segments are not yet set up, and so calling
`malloc' would crash immediately.
- Raw text -