From owner-freebsd-questions Fri Jun 25 10: 3:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 2A7D91577C for ; Fri, 25 Jun 1999 10:03:09 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id LAA28057 for freebsd-questions@freebsd.org; Fri, 25 Jun 1999 11:03:09 -0600 (MDT) From: Jonathon Doran Message-Id: <199906251703.LAA28057@ucsu.Colorado.EDU> Subject: Re: how do i? To: freebsd-questions@freebsd.org Date: Fri, 25 Jun 1999 11:03:09 -0600 (MDT) In-Reply-To: <000b01bebf2b$71d906e0$42f12dd1@warzone1> from "ndk | Ralph |" at Jun 25, 99 12:54:50 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hey all, > I am a total newbie to bsd and have a little knowledge of linux my question > is > i have a duel pentium 2 how do i get freebsd to reconize my second > processor. > I am running 3.2 You need to configure a new kernel, and enable SMP. The handbook gives you general instructions on configuring and building a new kernel, so I won't repeat them here. The options you should start with are: # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): options NCPU=2 # number of CPUs options NBUS=4 # number of busses options NAPIC=1 # number of IO APICs options NINTR=24 # number of INTs Boot your new kernel, and you should be in business. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message