From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 16:43:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C38416A41F for ; Thu, 28 Jun 2007 16:43:08 +0000 (UTC) (envelope-from eculp@unixmania.com) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id E24D213C45E for ; Thu, 28 Jun 2007 16:43:07 +0000 (UTC) (envelope-from eculp@unixmania.com) Received: from HOME.encontacto.net ([189.129.12.64]) by farris.bafirst.com with esmtp; Thu, 28 Jun 2007 11:43:05 -0500 id 0006D409.4683E51A.000018E3 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Thu, 28 Jun 2007 11:43:04 -0500 id 0004AC0A.4683E518.000040B9 Received: from dsl-189-129-12-64.prod-infinitum.com.mx (dsl-189-129-12-64.prod-infinitum.com.mx [189.129.12.64]) by intranet.unixmania.com (Horde MIME library) with HTTP; Thu, 28 Jun 2007 11:43:04 -0500 Message-ID: <20070628114304.512m6zqigwkg088c@intranet.unixmania.com> X-Priority: 3 (Normal) Date: Thu, 28 Jun 2007 11:43:04 -0500 From: eculp@unixmania.com To: freebsd-questions@freebsd.org References: <20070627145452.ytifppt70oc480s8@intranet.unixmania.com> <20070628011057.5a0d90b5@gumby.homeunix.com.> <20070628101239.6fs4qrpz8k8kkosw@intranet.unixmania.com> <20070628170202.43e64182@gumby.homeunix.com.> In-Reply-To: <20070628170202.43e64182@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.12.64 Subject: Re: Upgrading from an old athlon to a new 64 bit one. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 16:43:08 -0000 Quoting RW : > On Thu, 28 Jun 2007 10:12:39 -0500 > eculp@unixmania.com wrote: > > >> What I am trying to do is compile an amd64 kernel, install it and >> see what happens ;) I can always go back to the generic kernel >> compiled in sys/i386. > > amd64 and i386 are different platforms in the same sense that sparc64 > and ppc are different platforms. An AMD 64 is not back-compatible to > pentium pro code when it's in 64-bit mode. Whilst 32-bit binaries can > be run on the amd64 platform, they need special handling, you can't > just mix-and-match world and kernel platforms. Thanks, RW. I had assumed that and had hoped to run my make buildworld, make buildkernel, mergemaster, make installkernel and make installworld then upgrade all ports. The problem is that I haven't been able to figure out, how to build using all amd64. Again very dumb on my part, I'm sure. ed