Date: Mon, 23 Mar 1998 12:55:49 -0600 From: Jonathan Lemon <jlemon@americantv.com> To: sos@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: BIOS calls Message-ID: <19980323125549.48097@right.PCS> In-Reply-To: =?iso-8859-1?Q?=3C199803231849=2ETAA00606=40sos=2Efreebsd=2Edk=3E=3B_fro?= =?iso-8859-1?Q?m_S=F8ren_Schmidt_on_Mar_03=2C_1998_at_07=3A49=3A08PM_%2B01?= =?iso-8859-1?Q?00?= References: <19980323124314.36849@right.PCS> <199803231849.TAA00606@sos.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 03, 1998 at 07:49:08PM +0100, Søren Schmidt wrote: > In reply to Jonathan Lemon who wrote: > > > > I'm about to add support to -current for calling real-mode BIOS > > functions from the kernel. The first use of this will be to get > > the correct memory size from INT 15:E820/E801/88 calls. > > eeeiiii haaaa... > > Will this enable me to call the VESA BIOS functions too ??? Why, yes, why do you ask? :-) Fill in the blanks below: #if 0 /* VESA setup -- ? */ vmf.vmf_ax = 0x4f02; error = vm86_intcall(0x10, &vmf); #endif -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980323125549.48097>