Date: Sat, 1 Nov 1997 10:16:32 -0800 (PST) Message-Id: <199711011816.KAA18631@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: mr DOT doom AT la DOT multi DOT se, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Real mode -> Protected mode ptr conversion Precedence: bulk At 10:11 10/31/1997 PDT, mr DOT doom AT la DOT multi DOT se wrote: > >I need help... > >How do I convert a real mode pointer to protected mode? >When getting VESA modes, you get a real mode pointer to a list containing >all available modes, but I can't get it to protected mode... You can use `dosmemget()' to move data from conventional memory into a buffer in your address space. See its docs for more info. Nate Eldredge eldredge AT ap DOT net