X-Originating-Host: 202.158.46.2 Organization: http://www.remarq.com: The World's Usenet/Discussions Start Here Subject: VBE question Lines: 20 From: batchex Newsgroups: comp.os.msdos.djgpp Message-ID: <054a4830.80e90c42@usw-ex0105-036.remarq.com> Bytes: 667 X-Wren-Trace: eHhddXRtKmArLGR1eTlrejtLeHVveTlleGY5dXR4IWonLHYoI2AjIiI3Lg== Date: Wed, 29 Mar 2000 11:52:30 -0800 NNTP-Posting-Host: 10.0.2.36 X-Complaints-To: wrenabuse AT remarq DOT com X-Trace: WReNphoon4 954359548 10.0.2.36 (Wed, 29 Mar 2000 11:52:28 PST) NNTP-Posting-Date: Wed, 29 Mar 2000 11:52:28 PST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm trying to set some VBE modes with Linear Frame Buffer (LFB). I've abled to set the mode and map the LFB (at around 3 GB), but then, how do I use the mapped address. Here's what I do : LFBPtr = the mapped address returned by int 31h func. 800h ((ebx << 16) + (ecx & 0xFFFF)) for(i=0;i