From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 19:40:53 2003 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 88C9E37B401 for ; Wed, 9 Apr 2003 19:40:53 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915BC43F85 for ; Wed, 9 Apr 2003 19:40:52 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.85.17 ([207.179.85.17]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 9 Apr 2003 22:41:47 -0400 From: taxman To: Milton Taidi Sonoda Date: Wed, 9 Apr 2003 22:44:34 -0400 User-Agent: KMail/1.5 References: <3E947048.7080507@iqm.unicamp.br> In-Reply-To: <3E947048.7080507@iqm.unicamp.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304092244.34148.taxman@acd.net> X-OriginalArrivalTime: 10 Apr 2003 02:41:48.0424 (UTC) FILETIME=[BBBC7080:01C2FF0A] cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.0 kernel SMP 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, 10 Apr 2003 02:40:53 -0000 On Wednesday 09 April 2003 03:11 pm, Milton Taidi Sonoda wrote: > Hi all > > I've tryed to recompile a kernel suitable to > a double processor machine. > I've done exactly what is writen in the > chapter 9 of the handbook, using the > "traditional" way. > The "config" and "make depend" commands steps > were fine. However the "make" didn't work. > Do you have any sugestions how to proceed? Try the new way. That doesn't happen to be your problem, however. also see: http://mired.org:8080/5.0-not-production.html on top of that, you've taken out > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) which I are both required if you include USB items. You've got to read carefully and not comment anything out of your config file that you don't understand. Or if you want to experiment, take it out, keep track of it, and if it breaks put it back in. Thats basic Tim