From owner-freebsd-smp Thu Jan 2 07:06:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07605 for smp-outgoing; Thu, 2 Jan 1997 07:06:31 -0800 (PST) Received: from gargoyle.bazzle.com (gargoyle.bazzle.com [206.103.246.190]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA07600 for ; Thu, 2 Jan 1997 07:06:28 -0800 (PST) Received: from gargoyle.bazzle.com (net2.bazzle.com [206.103.246.189]) by gargoyle.bazzle.com (8.8.4/8.6.12) with SMTP id KAA16713; Thu, 2 Jan 1997 10:06:41 -0500 (EST) Date: Thu, 2 Jan 1997 10:06:41 -0500 (EST) From: "Eric J. Chet" To: Chad Lafara cc: freebsd-smp@freebsd.org Subject: Re: Help In-Reply-To: <9700028522.AA852218378@mmacmail.jccbi.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 31 Dec 1996, Chad Lafara wrote: > I am trying to install the SMP Kernel. I have made it to the step > where I: > #make depend && make && make install > then it craps out with an: > Error Code 1: opt_smp.h: file not found or no such directory. > What have I done wrong? I thought I was so close. > > Chad La Fara > Hello Check out: http://www.freebsd.org/~fsmp/SMP/SMP.html Download mptable.c compile and execute, if your using an undocumented mp-mainboard, pass the mptable data to Steve @ smp@csn.net. mptable will give you kernel options, mine are for a GigaByte 586DX mp-mainboard. options SMP # Symmetric MultiProcessor Kernel options SMP_INVLTLB options APIC_IO # Symmetric (APIC) I/O options NCPU=2 # number of CPUs options NBUS=2 # number of busses options NAPIC=1 # number of IO APICs options NINTR=21 # number of INTs Good Luck, Eric J. Chet - ejc@naserver1.cb.lucent.com - ejc@bazzle.com