From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 03:43:22 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 E952A16A4CE for ; Tue, 24 Feb 2004 03:43:22 -0800 (PST) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDE943D31 for ; Tue, 24 Feb 2004 03:43:22 -0800 (PST) (envelope-from fjaspers@xs4all.nl) Received: from xs1.xs4all.nl (xs1.xs4all.nl [194.109.21.2]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1OBhLiU097459 for ; Tue, 24 Feb 2004 12:43:21 +0100 (CET) Received: from xs1.xs4all.nl (fjaspers@localhost.xs4all.nl [127.0.0.1]) by xs1.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1OBhL2g006976 for ; Tue, 24 Feb 2004 12:43:21 +0100 (CET) (envelope-from fjaspers@xs4all.nl) Received: (from fjaspers@localhost) by xs1.xs4all.nl (8.12.10/8.12.9/Submit) id i1OBhLBx006975 for freebsd-questions@freebsd.org; Tue, 24 Feb 2004 12:43:21 +0100 (CET) (envelope-from fjaspers) Date: Tue, 24 Feb 2004 12:43:20 +0100 From: fjaspers@xs4all.nl To: freebsd-questions@freebsd.org Message-ID: <20040224114320.GA6479@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Re: Kernel build problem after make world 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: Tue, 24 Feb 2004 11:43:23 -0000 HI, Sorry my information was somewhat obscure, you're answer however wasn't. The 4BSD_SCHED option did the trick. The real problem was mee being impatient trying to build a 5.2 KERNEL with a 5.0 config file. I made a new config file patiently copying lines in from NOTES and GENERIC. Now the world smiles again. :) Thnx for your help.