From owner-freebsd-questions@FreeBSD.ORG Thu May 17 19:11:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4740416A400 for ; Thu, 17 May 2007 19:11:19 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0A43313C44B for ; Thu, 17 May 2007 19:11:18 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so925362pyh for ; Thu, 17 May 2007 12:11:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sJimvU+7ydgqq8sC93gJ85OprHii5kKKDAm7lx6Dqhn53VVHCTfL34Iavh30nFFF75pSKyogxWNllrakyYA3R1jErj8lcsz+NJwkKOBuLYdCq2uNmG2bQjxTXV76tDhg0HumBeKZs4qx5t/qynYlQdW1Qj24kcoHEGEQTMEjySA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kumFEYc4wVyhSJJpXL70G1L5Iq1Fll0KKsfbbleYfEoE5vEXY2g/Nwp531vF8940sA/6Oc5mWplL+5CHknOZb+BWaPsXqfUyRTfH8gdn6Y2KsIMsvBDUJYSKh7/VDIceP5YO52446Z3alk5WH/1McDPcnzRgnMX1Rf7YK7nhYVk= Received: by 10.35.49.4 with SMTP id b4mr1238004pyk.1179429078370; Thu, 17 May 2007 12:11:18 -0700 (PDT) Received: by 10.35.36.17 with HTTP; Thu, 17 May 2007 12:11:18 -0700 (PDT) Message-ID: <340a29540705171211q52f39dc1o38043df40c029fa@mail.gmail.com> Date: Thu, 17 May 2007 13:11:18 -0600 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Kernel build question (options and so forth) 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: Thu, 17 May 2007 19:11:19 -0000 Hi, In addition to my quest to upgrade this 6.0-RELEASE to 6.2-RELEASE-p4, I have a question about the kernel and SMP. This system has two processors and I want to make sure I'm going to build an SMP capable kernel, especially, considering I'm going from 6.0 to 6.2. I managed to find a past posting to this list saying that from 6.2 on, SMP is detected and used by default; will this happen for me? Should I edit /usr/src/sys//conf/MYKERNEL with something like "options SMP" or whatever it is? (I'm only guessing here, and I want to make sure I get an SMP kernel.) Thanks, Andy