X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 19 Feb 2002 09:03:48 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "jade" Message-Id: <7999-Tue19Feb2002090348+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <005c01c1b860$94bcd8e0$510510ac@et21> (jade@cdict.umcc.cu) Subject: Re: Protected mode pointer References: <005c01c1b860$94bcd8e0$510510ac AT et21> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "jade" > Date: Mon, 18 Feb 2002 03:42:28 -0600 > > This > unsigned long far * screen; > screen=((unsigned char far *)0xa0000000); > Makes a general proteccion fault working under protected mode. How can I > make a ppointer to a location under protected mode?. It's in the DJGPP FAQ: see section 10.2 there.