From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALNes-0003ZZ-LW for qemu-devel@nongnu.org; Sun, 16 Nov 2003 09:13:46 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALNeM-0003VC-Oo for qemu-devel@nongnu.org; Sun, 16 Nov 2003 09:13:45 -0500 Received: from [134.176.2.12] (helo=merkur.hrz.uni-giessen.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALNeM-0003V2-Ai for qemu-devel@nongnu.org; Sun, 16 Nov 2003 09:13:14 -0500 Received: from [134.176.2.169] by merkur.hrz.uni-giessen.de with ESMTP for qemu-devel@nongnu.org; Sun, 16 Nov 2003 14:11:42 +0100 Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by merkur2.hrz.uni-giessen.de (Postfix) with ESMTP id A1B2186C96 for ; Sun, 16 Nov 2003 14:11:37 +0100 (CET) Received: from [134.176.2.169] by merkur.hrz.uni-giessen.de with ESMTP for qemu-devel@nongnu.org; Sun, 16 Nov 2003 14:11:40 +0100 From: Marc Dietrich Subject: Re: [Qemu-devel] video bios execution Date: Sun, 16 Nov 2003 14:10:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311161410.54045.marc.dietrich@physik.uni-giessen.de> Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I looked at the uboot list and source, but found nothing related to that problem. I found an outdated project at ftp://vlab1.iram.es/pub/other/ em86_user.tgz, but failed to compile it. There are some undefined symbols to st_le16, ld_le16, etc. which are only defined in kernel. There is no Makefile and I don't know much about C... Can anyone tell me how to link this thing? Maybe this project can be integrated into qemu. Sorry if this is offtopic. Marc >> Hello, >> >> is it possible to use qemu for executing a video bios to initialize graphics >> card on a non i386 (here powerpc) machine? I have a ati mach64 graphics card, >> a b/w G3 and a Motorola Powerstack for testing. > > You'd need to wire the real IOs some way, and fake the VGA memory that > is not available on the Macs at least, but it should be possible. > > There are projects already doing just that though, look at the uBoot > bootloader (used by the recent Amiga PPC machines) and XFree's Int10 > > Ben.