From owner-freebsd-questions@FreeBSD.ORG Wed May 12 01:59:00 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 7C97C16A4CE for ; Wed, 12 May 2004 01:59:00 -0700 (PDT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA7443D1D for ; Wed, 12 May 2004 01:58:59 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 390E178C4A for ; Wed, 12 May 2004 10:58:52 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53732-05-2 for ; Wed, 12 May 2004 10:58:51 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 8DF7978C43 for ; Wed, 12 May 2004 10:58:51 +0200 (CEST) Received: from 193.218.15.75 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Wed, 12 May 2004 10:58:51 +0200 (CEST) Message-ID: <59668.193.218.15.75.1084352331.squirrel@webmail.thilelli.net> In-Reply-To: <20040512074547.82863.qmail@web25005.mail.ukl.yahoo.com> References: <20040512074547.82863.qmail@web25005.mail.ukl.yahoo.com> Date: Wed, 12 May 2004 10:58:51 +0200 (CEST) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: kernel 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: Wed, 12 May 2004 08:59:00 -0000 > In the chapter "9.3 Building and installing a custom kernel" of the > freebsd handbook it's written that MYKERNEL is an example but I don't > know how I can find that. > In fact I don't know what MYKERNEL represents. MYKERNEL is just an example of a renamed/modified GENERIC kernel. That wants to say that if you want to make some modifications to the generic kernel, don't work on the provided generic configuration file, but on yours: name it MYKERNEL, the hostname of your host or whatever you want since it differs from GENERIC. -- -jpeg.