Date: Sun, 29 Nov 1998 17:55:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tazzoli Augusto 423193/IL cc: djgpp AT delorie DOT com Subject: Re: pointer? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 27 Nov 1998, Tazzoli Augusto 423193/IL wrote: > I'm writing some code to using the VESA features, but I don't know how to > access to the pointer char* OEMStringPtr because I'm in protected mode. > How can I see what there's in that pointer? Please read sections 18.4 and 18.5 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP). They explain these issues and provide several examples.