From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CAWt2-0008CN-AA for qemu-devel@nongnu.org; Thu, 23 Sep 2004 12:56:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CAWt0-0008CB-RP for qemu-devel@nongnu.org; Thu, 23 Sep 2004 12:56:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAWt0-0008C1-Q3 for qemu-devel@nongnu.org; Thu, 23 Sep 2004 12:56:02 -0400 Received: from [64.233.170.193] (helo=mproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CAWmW-0004te-SO for qemu-devel@nongnu.org; Thu, 23 Sep 2004 12:49:20 -0400 Received: by mproxy.gmail.com with SMTP id 77so2659247rnk for ; Thu, 23 Sep 2004 09:49:16 -0700 (PDT) Message-ID: <71ff0e50040923094981bb86e@mail.gmail.com> Date: Thu, 23 Sep 2004 17:49:13 +0100 From: Andrew Wilkinson Subject: Re: [Qemu-devel] AMD64 Gentoo needs help In-Reply-To: <20040923134625.0D3B7109EA6@xprdmailfe1.nwk.excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040923134625.0D3B7109EA6@xprdmailfe1.nwk.excite.com> Reply-To: Andrew Wilkinson , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jmfguy@excite.com, qemu-devel@nongnu.org On Thu, 23 Sep 2004 09:46:25 -0400 (EDT), jmf wrote: > I'm using gcc 3.3.4 on Gentoo for AMD64 ( kernel 2.6.9_rc1 ), which built qemu with out problems. Then I downloaded the netbsd image from FreeOSZoo and followed the README instructions, which say to run qemu like this > > qemu -hda netbsd_1.6.2.img -m 128 -pci Try USE="softmmu" emerge qemu. HTH, Andrew