From owner-freebsd-current Thu Mar 7 00:08:07 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17062 for current-outgoing; Thu, 7 Mar 1996 00:08:07 -0800 (PST) Received: from veda.is (root@veda.is [193.4.230.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA16929 for ; Thu, 7 Mar 1996 00:08:00 -0800 (PST) Received: (from adam@localhost) by veda.is (8.7.4/8.7.3) id IAA07027; Thu, 7 Mar 1996 08:04:55 GMT From: Adam David Message-Id: <199603070804.IAA07027@veda.is> Subject: Re: config -g KERNEL To: scrappy@ki.net (Marc G. Fournier) Date: Thu, 7 Mar 1996 08:04:54 +0000 (GMT) Cc: freebsd-current@freebsd.org In-Reply-To: from "Marc G. Fournier" at "Mar 7, 96 01:50:23 am" X-Mailer: ELM [version 2.4ME+ PL10 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org Precedence: bulk > > I tried making a kernel with debug symbols, using config -g and strip -x. > > I believe this should be 'strip -d', not -x... Thanks Marc :) If so, then handbook223 is incorrect and needs updating, along with any other such references that might be in the FAQ or handbook. Does anyone else think (with me) that /sys/compile/KERNEL/Makefile should contain the steps necessary for installing a stripped debug kernel, at least in the 'config -g' case? -- Adam David