From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqbJS-0001S5-1P for qemu-devel@nongnu.org; Mon, 17 Jan 2005 13:09:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqbJP-0001RH-Nm for qemu-devel@nongnu.org; Mon, 17 Jan 2005 13:09:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqbJP-0001Qg-ER for qemu-devel@nongnu.org; Mon, 17 Jan 2005 13:09:11 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cqb5j-0000tC-HW for qemu-devel@nongnu.org; Mon, 17 Jan 2005 12:55:03 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cqb5h-00007Q-00 for ; Mon, 17 Jan 2005 18:55:01 +0100 Received: from amarseille-206-1-15-186.w81-49.abo.wanadoo.fr ([81.49.203.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jan 2005 18:55:01 +0100 Received: from daimon55 by amarseille-206-1-15-186.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jan 2005 18:55:01 +0100 From: Ronald Date: Mon, 17 Jan 2005 18:54:51 +0100 Message-ID: References: <41D9E0BB.1070202@bellard.org> <20050106121024.GA937@xi.wantstofly.org> <20050106124234.GA954@xi.wantstofly.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: x86_64 target Reply-To: daimon55@free.fr, 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 Le Thu, 06 Jan 2005 13:42:34 +0100, Lennert Buytenhek a écrit : > On Thu, Jan 06, 2005 at 01:10:24PM +0100, Lennert Buytenhek wrote: > >> > As a small gift for this new year, here is an initial implementation >> > of the x86_64 target in QEMU. It is a "work in progress" as usual, but >> > it works enough to boot an x86_64 Linux kernel (I used the one >> > available at >> > http://bochs.sourceforge.net/guestos/linux.x86-64.bzImage). >> >> It seems to boot the Fedora Core 3 x86_64 kernel fine as well (which is >> based on 2.6.9-something.) Now to test userland.. > > When trying to start bash (init=/bin/bash) it spews endless numbers of > these just after 'Freeing unused kernel memory:' > > sh[1]: segfault at ffffffff95560b9a rip ffffffff95560b9a rsp > 0000007fbffff7f0 error 4 > > I get segfault too with dynamicaly linked binaries, but static ones run, not sure if it's qemu or if it's my glibc that is faulty. > --L