From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 15:46:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CA8B16A409 for ; Fri, 16 Mar 2007 15:46:16 +0000 (UTC) (envelope-from lmasini@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.freebsd.org (Postfix) with ESMTP id A0E6913C4AD for ; Fri, 16 Mar 2007 15:46:15 +0000 (UTC) (envelope-from lmasini@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id A3D696BBC98C for ; Fri, 16 Mar 2007 16:46:14 +0100 (CET) Received: from [85.180.137.235] (helo=[192.168.0.44]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1HSEd9-00084N-00 for freebsd-questions@freebsd.org; Fri, 16 Mar 2007 16:46:11 +0100 Message-ID: <45FAB8F1.2040002@web.de> Date: Fri, 16 Mar 2007 16:34:09 +0100 From: Luca Masini User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <45FA9CC0.4070200@web.de> <200703161703.10233.nvass@teledomenet.gr> In-Reply-To: <200703161703.10233.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: lmasini@web.de X-Sender: lmasini@web.de Subject: Re: config version = 600003, version required = 600004 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luca Masini List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 15:46:16 -0000 Nikos Vassiliadis wrote: > How useful is a 7-CURRENT kernel with > 6-SOMETHING userland? > Not much useful but the intention was just to compile a reference kernel; not to upgrade the current installed system. (everything is in a user subdirectory) It was explained in a tutorial article about kernel load module. I just need to be able to compile a reference GENERIC of this 7-CURRENT before doing the modification (the simple load module). Probably the author didn't had the problem with config... > Perhaps you should try "make kernel" instead of config(8). > This is the new way. > > Please, read /usr/src/UPDATING. > I will try. Thanks. Luca.