From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 23 15:01:07 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C23A16A4CE for ; Fri, 23 Jul 2004 15:01:07 +0000 (GMT) Received: from robbins.dropbear.id.au (59.c.001.mel.iprimus.net.au [203.134.130.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B4643D31 for ; Fri, 23 Jul 2004 15:01:05 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id D889E4208; Sat, 24 Jul 2004 01:00:37 +1000 (EST) Date: Sat, 24 Jul 2004 01:00:37 +1000 From: Tim Robbins To: Alexander Leidinger Message-ID: <20040723150037.GA11889@cat.robbins.dropbear.id.au> References: <20040723162132.59957895@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040723162132.59957895@Magellan.Leidinger.net> User-Agent: Mutt/1.4.1i cc: amd64@freebsd.org Subject: Re: Linux emu X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 15:01:07 -0000 On Fri, Jul 23, 2004 at 04:21:32PM +0200, Alexander Leidinger wrote: > Hi, > > please CC me, I'm not subscribed. > > How far is our linux emu on amd64? Is it a only linux_base issue or are > the kernel bits not ready yet? > > I'm asking because Intel released icc v8 for EM64T and I would try to > have a look at it if our linux support on amd64 is good enough. The kernel bits are mostly ready, but I've held off committing any major changes to the kernel until the current stability problems are fixed. The patch & more information is available at: http://people.freebsd.org/~tjr/linux32.html ... but unfortunately the patch doesn't apply to recent source trees without a little manual merge-work. I'll try to make an updated version available some time this weekend. Tim