From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 08:19:50 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 E83C616A402 for ; Wed, 18 Apr 2007 08:19:50 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id 6728713C448 for ; Wed, 18 Apr 2007 08:19:50 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.8) with ESMTP id l3I8JnFg029054; Wed, 18 Apr 2007 10:19:49 +0200 (CEST) (envelope-from wojtek@tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.8/Submit) with ESMTP id l3I8Jm3F029051; Wed, 18 Apr 2007 10:19:49 +0200 (CEST) (envelope-from wojtek@tensor.gdynia.pl) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 18 Apr 2007 10:19:48 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: "Don O'Neil" In-Reply-To: <034c01c7814c$3632e070$0300020a@mickey> Message-ID: <20070418101812.E28976@chylonia.3miasto.net> References: <034c01c7814c$3632e070$0300020a@mickey> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Migrating from i386 to AMD64 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: Wed, 18 Apr 2007 08:19:51 -0000 > > Now.. Can I just use the same SMP kernel I have currently (assuming the > correct drivers are loaded) for the X2 processor if I just want to run it in > 32 bit mode? Or do I need to do a complete re-install/upgrade to the AMD64 > platform version of FreeBSD? you have to reinstall completely. BUT - make a list of installed ports - make backup of all configuration files and data files - install FReeBSD/AMD64 AND this ports - THEN put all your config files and data files. and then it should work fine. and there is noticable speed difference compared to i386.