From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 16 17:32:35 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 6FE3E16A420 for ; Mon, 16 Jan 2006 17:32:35 +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 26C9443D76 for ; Mon, 16 Jan 2006 17:32:27 +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 1B440B80F; Mon, 16 Jan 2006 12:32:18 -0500 (EST) In-Reply-To: <20060114012450.U28752@ganymede.hub.org> References: <20060110235259.N1006@ganymede.hub.org> <4294ECA5-C8B6-484A-94BA-5EBC61498280@khera.org> <20060114012450.U28752@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: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Mon, 16 Jan 2006 12:32:17 -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: Mon, 16 Jan 2006 17:32:35 -0000 On Jan 14, 2006, at 12:26 AM, Marc G. Fournier wrote: > Just curious, but is there anything i want to add to make.conf? My > i386 boxes, I have: > > CFLAGS= -O -mpentium -pipe -g -DKVA_PAGES=512 > COPTFLAGS= -O -mpentium -pipe -DKVA_PAGES=512 > > I don't need those -DKVA_PAGES lines anymore, as I've gotten (or am > getting) rid of UNIONFS, which is what I needed them for to > increase my available vnodes ... but what about the rest of the line? nope. if anything, you can set CPUTYPE=nacona for your Intel EM64T box, but I don't see any difference than leaving it blank.