From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 08:23:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 022FB1065729 for ; Tue, 15 Jul 2008 08:23:50 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id A0FB18FC2D for ; Tue, 15 Jul 2008 08:23:49 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 20C5EFD06A for ; Tue, 15 Jul 2008 10:24:06 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id F00CEFD05E for ; Tue, 15 Jul 2008 10:24:05 +0200 (CEST) Message-ID: <487C5E94.7020701@webrz.net> Date: Tue, 15 Jul 2008 10:23:48 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: FreeBSD Questions References: <200807150608.m6F68KGc029762@mp.cs.niu.edu> In-Reply-To: <200807150608.m6F68KGc029762@mp.cs.niu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: Core(TM)2 Quad and TOP output 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: Tue, 15 Jul 2008 08:23:50 -0000 Scott Bennett wrote: > That is not necessary either. Take a look in /sys/i386/conf or > /sys/amd64/conf, depending upon which you are using. Then do: > > # config SMP > # cd ../compile/SMP > # make cleandepend && make depend && make && make install > # shutdown -r now > > That should take care of it for you. /sys/{i386,amd64}/conf/SMP adds > "options SMP" and then includes GENERIC. > Thanks for sharing; will put this in my FreeBSD user bible! -- Jos