Mail Archives: djgpp/1996/05/16/00:51:42
On Wed, 15 May 1996, Piaw Na wrote:
> For some reason DJGPP's programs run in their own space, and have no access
> to that. In fact, when you poke at the LDT for DJGPP programs, you see that
> the DJGPP program seems to have access only to about 400KB of memory, with a
> limit of 0x5ffff set. I need a way to get DJGPP programs to share the full
> range of memory under Win95, either by having the compiler generate code
DJGPP has the nearptr facility which sets the segment limit to FFFFFFFFh.
Check out the `__djgpp_nearptr_enable' function description in the libc
Info reference.
- Raw text -