From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C30Yc-0006zu-7v for qemu-devel@nongnu.org; Thu, 02 Sep 2004 18:59:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C30Ya-0006ze-DB for qemu-devel@nongnu.org; Thu, 02 Sep 2004 18:59:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C30Ya-0006zU-8p for qemu-devel@nongnu.org; Thu, 02 Sep 2004 18:59:52 -0400 Received: from [194.90.9.27] (helo=mxout4.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C30TV-0003qF-MH for qemu-devel@nongnu.org; Thu, 02 Sep 2004 18:54:37 -0400 Received: from [10.0.0.151] ([212.235.15.173]) by mxout4.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0I3F008WPRMZNA@mxout4.netvision.net.il> for qemu-devel@nongnu.org; Fri, 03 Sep 2004 01:54:36 +0300 (IDT) Date: Fri, 03 Sep 2004 01:54:34 +0300 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] Kernel 2.6.8 In-reply-to: <1094164747.2788.3.camel@unixadmindazfc2.chh.co.nz> Message-id: <200409030154.34737.hetz@witch.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7BIT Content-disposition: inline References: <413732B3.6080206@acwsinc.net> <1094164747.2788.3.camel@unixadmindazfc2.chh.co.nz> Reply-To: hetz@witch.dyndns.org, 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, esrever_otua@pythonhacker.is-a-geek.net On Friday 03 September 2004 01:39 am, Darryl Dixon wrote: > Hi Barry, > > I too run Fedora Core 2 as a host OS and have recently updated the > kernel to 2.6.8. After reading your message I tested out the install of > Qemu that I have set up and all worked flawlessly (I'm using one of the > daily CVS snapshots, not 0.6.0). My qemu command line is: > LD_ASSUME_KERNEL=2.2.5 qemu -hda win98se_hda.img -boot c -cdrom > /dev/cdrom -enable-audio -nics 1 -m 512 -n network.sh -monitor stdio > -localtime You don't need the LD_ASSUME_KERNEL anymore. Fabrice fixed the problem already (it's in CVS) Hetz