From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 11 15:19:03 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org 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 4768B16A41F for ; Wed, 11 Jan 2006 15:19:03 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id A067843D60 for ; Wed, 11 Jan 2006 15:19:00 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 39412B80F; Wed, 11 Jan 2006 10:18:59 -0500 (EST) In-Reply-To: <20060110235259.N1006@ganymede.hub.org> References: <20060110235259.N1006@ganymede.hub.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4294ECA5-C8B6-484A-94BA-5EBC61498280@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Wed, 11 Jan 2006 10:18:58 -0500 To: Marc G. Fournier X-Mailer: Apple Mail (2.746.2) Cc: freebsd-amd64@freebsd.org Subject: Re: first time with a 64bit CPU ... kernel config ... X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 15:19:03 -0000 On Jan 10, 2006, at 10:57 PM, Marc G. Fournier wrote: > 1/ I'm running a 3.4G Xeon ... what should I put here for cpu? Leave the GENERIC file as-is, and only remove devices you do not have, such as all those bazillion ethernet devices and such, and remove options you do not need such as NFS_ROOT I also remove tape changers and the like, and usually disable USB unless the machine only has a USB keyboard. It looks pretty much like what you've done :-) I've never tried linux compat in a 64 bit box, so I can't comment on that.