Date: Tue, 8 Dec 1998 12:15:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: HOWTO: DJGPP, setup CWSDPMI.exe In-Reply-To: <7WWa2.4577$Z72.1770389@tundra.ops.attcanada.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 7 Dec 1998, DeHackEd wrote: > Your programs are automatically set to and stuck in protected mode, > unless you use a function called _djgpp_nearptr_enable() (...) This > disables protected mode A minor correction: the nearptr facility doesn't *disable* protected mode, it just allows to access any address in the 4GB address space. Protected mode has many other aspects except memory protection, all of which are retained under nearptr.