From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HF6w9-0003WS-79 for qemu-devel@nongnu.org; Thu, 08 Feb 2007 05:55:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HF6w8-0003WH-Pq for qemu-devel@nongnu.org; Thu, 08 Feb 2007 05:55:32 -0500 Received: from mx1.polytechnique.org ([129.104.30.34]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HF6w6-0001yS-OJ for qemu-devel@nongnu.org; Thu, 08 Feb 2007 05:55:31 -0500 Received: from [172.17.17.9] (gw.netgem.com [195.68.2.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 78DD233171 for ; Thu, 8 Feb 2007 11:28:49 +0100 (CET) Message-ID: <45CAFB61.4040408@bellard.org> Date: Thu, 08 Feb 2007 11:28:49 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Recent BIOS breaks SYSLINUX References: <1170892193.3906.17.camel@vaio> In-Reply-To: <1170892193.3906.17.camel@vaio> Content-Type: text/plain; charset=us-ascii; format=flowed 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 The variable SerialPort seems to be set to 0xffff instead of the I/O port of the serial port. I did not try to look further yet. Regards, Fabrice. Lonnie Mendez wrote: > On Mon, 2007-02-05 at 22:42 -0800, Ed Swierk wrote: > >>On 2/5/07, Ed Swierk wrote: >> >>>I'm attempting to boot a Linux disk image with the SYSLINUX boot >>>loader using the -nographic option. On the latest qemu CVS, the boot >>>loader hangs before printing "Ready" and booting the kernel. But if I >>>use the same version of qemu with the BIOS from 0.8.2, it boots just >>>fine. >> >>More testing reveals that -nographic has nothing to do with the >>problem. The FC6 diskboot.img (which uses SYSLINUX) doesn't boot, even >>without -nographic: >> >> http://mirrors.kernel.org/fedora/core/6/i386/os/images/diskboot.img >> >>The FC6 boot.iso (which uses ISOLINUX) boots fine: >> >> http://mirrors.kernel.org/fedora/core/6/i386/os/images/boot.iso >> >>as does diskboot.img with bios.bin 1.14 or earlier. > > > Seems to be hanging here: > > http://www2.kernel.org/git/?p=boot/syslinux/syslinux.git;a=blob;f=conio.inc#l271 > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > >