From owner-freebsd-questions@FreeBSD.ORG Sat Dec 6 10:42:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF18F1065670 for ; Sat, 6 Dec 2008 10:42:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 76DFF8FC16 for ; Sat, 6 Dec 2008 10:42:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L8ucc-0004WX-M8 for freebsd-questions@freebsd.org; Sat, 06 Dec 2008 10:42:50 +0000 Received: from pool-138-88-90-120.res.east.verizon.net ([138.88.90.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Dec 2008 10:42:50 +0000 Received: from nightrecon by pool-138-88-90-120.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Dec 2008 10:42:50 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 06 Dec 2008 05:42:30 -0500 Lines: 18 Message-ID: References: <4939D0FB.9090304@videotron.ca> <4939E1C9.8000701@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-138-88-90-120.res.east.verizon.net Sender: news Subject: Re: custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 10:42:54 -0000 PJ wrote: [snip] > >.... there was > another error in that kernel at the very beginning - the SCHEDULE_4BSD > was SCHEDULE_UNO or something like that.. but it was commented > out...perhaps these glitches happened through some kind of accidental > typos in vi.... > [snip] SCHED_4BSD is being replaced by SCHED_ULE. IIRC it will be the new default beginning with 7.1-Release, which is coming 'real soon now'. You may want to give it a try. -Mike