From owner-freebsd-current Mon Mar 23 10:57:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09033 for freebsd-current-outgoing; Mon, 23 Mar 1998 10:57:55 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08868; Mon, 23 Mar 1998 10:56:25 -0800 (PST) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id MAA23443; Mon, 23 Mar 1998 12:56:21 -0600 (CST) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id MAA17313; Mon, 23 Mar 1998 12:55:49 -0600 Message-ID: <19980323125549.48097@right.PCS> Date: Mon, 23 Mar 1998 12:55:49 -0600 From: Jonathan Lemon To: sos@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: BIOS calls References: <19980323124314.36849@right.PCS> <199803231849.TAA00606@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.61.1 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_+01?= =?iso-8859-1?Q?00?= Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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