From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmWeZ-0007F7-RL for qemu-devel@nongnu.org; Thu, 06 Jan 2005 07:22:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmWeZ-0007Ev-C3 for qemu-devel@nongnu.org; Thu, 06 Jan 2005 07:22:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmWeZ-0007Es-75 for qemu-devel@nongnu.org; Thu, 06 Jan 2005 07:22:11 -0500 Received: from [212.238.201.82] (helo=xi.wantstofly.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmWTE-00070p-Va for qemu-devel@nongnu.org; Thu, 06 Jan 2005 07:10:29 -0500 Date: Thu, 6 Jan 2005 13:10:24 +0100 From: Lennert Buytenhek Subject: Re: [Qemu-devel] x86_64 target Message-ID: <20050106121024.GA937@xi.wantstofly.org> References: <41D9E0BB.1070202@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41D9E0BB.1070202@bellard.org> 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 On Tue, Jan 04, 2005 at 01:18:03AM +0100, Fabrice Bellard 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.. --L