From owner-freebsd-questions@FreeBSD.ORG Tue Jul 12 06:21:31 2005 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 6F08F16A462 for ; Tue, 12 Jul 2005 06:21:31 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589D843D46 for ; Tue, 12 Jul 2005 06:21:30 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j6C6LSbX053429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Jul 2005 13:21:29 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j6C6LSgD011607; Tue, 12 Jul 2005 13:21:28 +0700 (ICT) Date: Tue, 12 Jul 2005 13:21:28 +0700 (ICT) Message-Id: <200507120621.j6C6LSgD011607@banyan.cs.ait.ac.th> From: Olivier Nicole To: snopyland@gmail.com In-reply-to: (message from Snopy Land on Tue, 12 Jul 2005 14:18:58 +0800) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: How to add CPU on server 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, 12 Jul 2005 06:21:31 -0000 > Do I need to recompile the kernel? Any hints? Yes you'd do, unless you enabled SMP in the kernel of the sincle CPU machine. options SMP in /sys/i386/conf/YOURKERNEL I think that is enough (rebuild and reinstall the kernel of course). Olivier