From: Mirko Geffken Newsgroups: comp.os.msdos.djgpp Subject: Re: Directly calling bank switch function? Date: Mon, 21 Oct 1996 11:20:47 +0200 Organization: Customer of EUnet Germany; Info: info AT Germany DOT EU DOT net Lines: 16 Message-ID: <326B406F.2CD0@seitz.de> References: <53j43r$dcq AT oravannahka DOT Helsinki DOT FI> NNTP-Posting-Host: ntmge.seitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Joonas W N Reynders wrote: > > If I have a segment:offset (16:16) pointer to a function (this > case the bank switch function ptr returned by a VESA GetModeInfo function), > how can I call it directly? The bank switch interrup is too slow... > > Thaks in advance, > > Joonas > > PS. Email would be nice: I allways forget that I've posted something ;) Simply don't use bank switching, as there is something nice as VBE 2.0 with linear frame buffer. Greetings Mirko