From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUqLJ-0001ke-7T for qemu-devel@nongnu.org; Mon, 31 May 2004 13:12:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUqLH-0001jB-Hv for qemu-devel@nongnu.org; Mon, 31 May 2004 13:12:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUqLH-0001it-8t for qemu-devel@nongnu.org; Mon, 31 May 2004 13:12:55 -0400 Received: from [62.253.162.47] (helo=mta07-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUqL2-0003WS-Oh for qemu-devel@nongnu.org; Mon, 31 May 2004 13:12:41 -0400 Received: from [10.10.10.100] ([81.107.87.144]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040531171253.JMOF5696.mta07-svc.ntlworld.com@[10.10.10.100]> for ; Mon, 31 May 2004 18:12:53 +0100 Subject: Re: [Qemu-devel] VGA BIOS source code From: Antony T Curtis In-Reply-To: <40BB6228.3030800@fabianowski.de> References: <40BB3784.9020202@fabianowski.de> <1086011986.347.77.camel@pcgem.rdg.cyberkinetica.com> <1086021492.347.95.camel@pcgem.rdg.cyberkinetica.com> <40BB6228.3030800@fabianowski.de> Content-Type: text/plain Message-Id: <1086023552.347.102.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 Date: Mon, 31 May 2004 18:12:33 +0100 Content-Transfer-Encoding: 7bit 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 On Mon, 2004-05-31 at 17:49, Bartosz Fabianowski wrote: > > Hmm... I have successfully managed to compile the VGA BIOS from source > > and it appears to work... > > For me, it pukes like this: > > as86 _vgabios_.s -b vgabios.bin -u -w- -g -0 -j -O -l vgabios.txt > as: usage: as [-03agjuw] [-b [bin]] [-lm [list]] [-n name] [-o obj] [-s > sym] src > > How did you manage to get around this? I used the bin86 port for the assembler ;) I think I have it all figured out now... I have examined the source code available at http://www.cix.co.uk/~mayday/ and it appears it has the requisite support and is actively maintained. So I will be deinstalling the bin86 and bcc ports and installing the Dev86src-0.16.15.tar.gz from that site. -- Antony T Curtis