From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUn9H-0001ow-7U for qemu-devel@nongnu.org; Mon, 31 May 2004 09:48:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUn9E-0001nT-Jp for qemu-devel@nongnu.org; Mon, 31 May 2004 09:48:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUn9E-0001nI-FX for qemu-devel@nongnu.org; Mon, 31 May 2004 09:48:16 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUn8q-0006Jt-BV for qemu-devel@nongnu.org; Mon, 31 May 2004 09:47:52 -0400 Received: from [192.168.0.7] (dsl-082-083-133-246.arcor-ip.net [82.83.133.246]) by dd2718.kasserver.com (Postfix) with ESMTP id 2A39421C17 for ; Mon, 31 May 2004 15:46:12 +0200 (CEST) Message-ID: <40BB3784.9020202@fabianowski.de> Date: Mon, 31 May 2004 15:47:48 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] VGA BIOS source code Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I am trying to get SVGA graphics modes to work under Windows 98. Currently, the only known way of accomplishing this is to install SDD 7 beta, which is a 21 day test version, along with some obscure VxD file. I'd prefer to fix the VBE support and be able to run SDD 6.53, which is free. Now, in order to fiddle with the VBE implementation, I need to have access to the VGA BIOS source code. QEMU is using the same lgpl BIOS as Bochs and plex86. Its homepage is http://www.nongnu.org/vgabios/. However, none of the download links on that page work, the page seems to have been abandoned for some time, and all the mailing lists seem to be dead. So, my question is, does anybody have the current source code used to create the lgpl VGA BIOS? The current version should be something like 0.4c. - Bartosz