From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 27 17:55:05 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 D9F9C16A420 for ; Fri, 27 Jan 2006 17:55:05 +0000 (GMT) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (koyukuk.teamcool.net [209.161.34.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A68143D6A for ; Fri, 27 Jan 2006 17:55:05 +0000 (GMT) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (localhost [127.0.0.1]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id A6710F80F for ; Fri, 27 Jan 2006 10:55:04 -0700 (MST) Received: from cochise.teamcool.net (unknown [192.168.1.57]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id 5A102F805 for ; Fri, 27 Jan 2006 10:55:04 -0700 (MST) Date: Fri, 27 Jan 2006 10:55:03 -0700 From: Ken Gunderson To: freebsd-amd64@freebsd.org Message-Id: <20060127105503.0f6cabae.kgunders@teamcool.net> In-Reply-To: <200601270949.57992.satyam@sklinks.com> References: <20060127141626.GA38042@freenix.no> <200601270949.57992.satyam@sklinks.com> Organization: Teamcool Networks X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Is SMP included in i386? 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: Fri, 27 Jan 2006 17:55:06 -0000 On Fri, 27 Jan 2006 09:49:57 -0800 Joseph Vella wrote: > I'm getting a new AMD 64 X2 for use as a desktop machine. I want to have > flash and w32codecs, etc..., so I'm planning on using a 32 bit kernel. Can I > start with the i386 iso cd set? I assume I would have to compile it from > there? Anyone have any tips or suggestions for what I want to do? Set KERNCONF=SMP in your /etc/make.conf and buildworld/kernel (don't really need to buidlworld but you might as well cvsup your src tree while you're at it). See FBSD Handbook or / usr/ src/ Makefile for more detail. -- Best regards, Ken Gunderson Q: Because it reverses the logical flow of conversation. A: Why is putting a reply at the top of the message frowned upon?