From owner-freebsd-questions@FreeBSD.ORG Wed May 18 12:36:16 2005 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 5759716A4CE for ; Wed, 18 May 2005 12:36:16 +0000 (GMT) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9884443DB9 for ; Wed, 18 May 2005 12:36:13 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id j4ICa7aT023806; Wed, 18 May 2005 15:36:07 +0300 Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 18 May 05 15:36:08 +0300 Received: from SpoolDir by INFO (Mercury 1.48); 18 May 05 15:35:55 +0300 Received: from [192.168.1.2] (192.168.1.2) by raad.tartu.ee (Mercury 1.48) with ESMTP; 18 May 05 15:35:52 +0300 Message-ID: <428B36A9.6030404@raad.tartu.ee> Date: Wed, 18 May 2005 15:35:53 +0300 From: Toomas Aas User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Langille References: <428A72AA.11715.48A609C7@localhost> In-Reply-To: <428A72AA.11715.48A609C7@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: correct instructions for building a 4.11 debugging 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, 18 May 2005 12:36:16 -0000 Dan Langille wrote: > In particular, I'm not getting the kernel I promised by the docs: > > The make(1) process will have built two kernels. kernel and > kernel.debug. > > I know I have a new kernel: > > [root@bast:/] # ls -l /kernel* > -r-xr-xr-x 1 root wheel 4077437 May 18 18:41 /kernel > -r-xr-xr-x 1 root wheel 3559066 Sep 18 2001 /kernel.GENERIC > -r-xr-xr-x 1 root wheel 3559066 Sep 18 2001 > /kernel.GENERIC.original > -r-xr-xr-x 1 root wheel 4033421 May 8 19:38 /kernel.nodebug > -r-xr-xr-x 1 root wheel 3954128 Apr 4 2003 /kernel.pre.tcp.patch > [root@bast:/] # > > What am I missing? > Are you sure you're looking at the right place? The kernel.debug won't be placed in / directory when you install the new kernel, it remains in /usr/src/sys//compile/YOURKERNEL -- Toomas Aas