Date: Thu, 10 Apr 1997 20:13:55 +0300 (IDT) From: Eli Zaretskii To: Andrew Crabtree cc: De Messemaeker Johan , djgpp AT delorie DOT com Subject: Re: A beginner question ... In-Reply-To: <199704092116.AA069380576@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 9 Apr 1997, Andrew Crabtree wrote: > I know there is also a near pointer concept in djgpp. I am not sure what it > does exactly (although I assume it allows you to access memory not normally > in your selector with just a 32 bit offset ?) When you enable near pointers, you make your DS selector span the entire 4GB address space. Thus you get access to every address in your system using the usual C pointers, effectively disabling the memory protection.