From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnTFV-0003Tn-7b for qemu-devel@nongnu.org; Fri, 14 Jun 2013 08:37:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnTFS-0000vP-P5 for qemu-devel@nongnu.org; Fri, 14 Jun 2013 08:37:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnTFS-0000uA-Hr for qemu-devel@nongnu.org; Fri, 14 Jun 2013 08:36:58 -0400 Message-ID: <51BB0E64.9040309@redhat.com> Date: Fri, 14 Jun 2013 14:36:52 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <51B979E6.1030504@msgid.tls.msk.ru> <51BA2C56.80106@msgid.tls.msk.ru> <20130613234752.GA14585@morn.localdomain> <51BAB3DE.6000402@msgid.tls.msk.ru> In-Reply-To: <51BAB3DE.6000402@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] solaris x86 in qemu? [bisected] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Kevin O'Connor , seabios , qemu-devel Hi, > Hmm. Speaking of the splitting. Does the current bios include the > the tables which were split into separate files? Yes, they are in out/ too after building seabios. Use "qemu -L /path/to/seabios/out" to make sure qemu picks up matching bios.bin and dsdt. cheers, Gerd