From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 05:23:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E249F16A47A for ; Wed, 21 Jun 2006 05:23:13 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F85D43D45 for ; Wed, 21 Jun 2006 05:23:12 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 1EFE44C750; Wed, 21 Jun 2006 07:23:45 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 5B41F5285E; Wed, 21 Jun 2006 07:22:24 +0200 (CEST) Message-ID: <4498D7C3.4050109@cs.tu-berlin.de> Date: Wed, 21 Jun 2006 07:23:15 +0200 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: "Michael P. Soulier" References: <20060620233734.GH11625@tigger.digitaltorque.ca> In-Reply-To: <20060620233734.GH11625@tigger.digitaltorque.ca> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: smp kernel 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, 21 Jun 2006 05:23:14 -0000 Michael P. Soulier schrieb: > Hello, > > Is SMP enabled in the GENERIC kernel? I have a hyperthreading box, and on > Linux it shows up with two cpus. When I do a top on the box in FreeBSD I still > see only one CPU. Also, sysctl -a | grep cpu only shows a dev.cpu.0. If you install FreeBSD 6.1 then you can choose between a generic kernel without SMP support and an SMP enabled kernel. These kernels are named "GENERIC" and "SMP". If you missed that point you can install it subsequently: # mount /cdrom # cd /cdrom/6.1-RELEASE/kernels # ./install SMP # echo 'kernel="SMP"' >> /boot/loader.conf # shutdown -r now Regards Björn