Date: Thu, 16 May 1996 07:44:26 +0200 (IST) From: Eli Zaretskii To: Piaw Na Cc: djgpp AT delorie DOT com Subject: Re: Help with DJGPP runtime In-Reply-To: <2.2.32.19960515182333.008c3868@gateway.mpath.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.