From: "Sérgio Vale e Pace" Newsgroups: comp.os.msdos.djgpp Subject: Re: fats VESA bank switch Date: Thu, 05 Feb 1998 19:05:42 -0200 Organization: All USENET -- http://www.Supernews.com Lines: 17 Message-ID: <34DA29A5.C5D0FCB7@gold.com.br> References: <34D8A86C DOT 2666B172 AT gold DOT com DOT br> <5eNtzAAYpL20EwOj AT talula DOT demon DOT co DOT uk> NNTP-Posting-Host: 4958 AT 200 DOT 215 DOT 160 DOT 217 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Shawn Hargreaves wrote: > Sérgio Vale e Pace writes: > > What is faster, bank switch trought interrupt or switch to real > >mode and use the direct routine. > > I don't think it will make any difference which method you use, because > they will both be very slow. To do fast bank switching you need to use > the VBE 2.0 protected mode code stubs, which can be copied into your own > address space and then called directly. I know, but some people don't have a VBE 2.0 graphic board, so, when avaliable I intend to use it but when not, I must use de old fashion VBE 1.2, then I want to know witch one is less horrible? Sérgio Vale e Pace