From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 16:53:54 2004 Return-Path: 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 E6B3316A4CE for ; Thu, 2 Dec 2004 16:53:54 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DFF9143D49 for ; Thu, 2 Dec 2004 16:53:53 +0000 (GMT) (envelope-from krylon@gmx.net) Received: (qmail 10701 invoked by uid 65534); 2 Dec 2004 16:53:52 -0000 Received: from i538762BF.versanet.de (EHLO [192.168.0.13]) (83.135.98.191) by mail.gmx.net (mp010) with SMTP; 02 Dec 2004 17:53:52 +0100 X-Authenticated: #685629 Message-ID: <41AF4952.7050904@gmx.net> Date: Thu, 02 Dec 2004 17:56:50 +0100 From: Benjamin Walkenhorst User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ronj_clark@yahoo.com References: <20041202143927.69072.qmail@web52501.mail.yahoo.com> In-Reply-To: <20041202143927.69072.qmail@web52501.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: FreeBSD 5.3 STABLE SMP Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:53:55 -0000 Ronnie Clark wrote: > Hello all, > > I hope what I have is a simple question. > > I have a dual proc machine, that I have loaded 5.3 > RELEASE on and then updated it to STABLE. While > reading the Handbook I see where the GENERIC kernel > has SMP built in via the SMP file in > /usr/src/sys/i386/conf directory. > > So, to enable SMP for my custom kernel, do I simply > need to edit SMP to include my custom kernel name? From my kernel config: # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC Enjoy! =) Kind regards, Benjamin