From owner-freebsd-questions Mon Feb 1 00:13:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10630 for freebsd-questions-outgoing; Mon, 1 Feb 1999 00:13:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10624 for ; Mon, 1 Feb 1999 00:13:10 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.8.8/8.8.8) id AAA00946; Mon, 1 Feb 1999 00:14:25 -0800 (PST) Message-ID: <19990201001424.B25490@cpl.net> Date: Mon, 1 Feb 1999 00:14:24 -0800 From: Shawn Ramsey To: Leo Kliger , freebsd-questions@FreeBSD.ORG Subject: Re: kernel conf References: <199902010653.RAA03478@astea.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <199902010653.RAA03478@astea.com.au>; from Leo Kliger on Sun, Jan 31, 1999 at 05:48:35PM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On %M 0, Leo Kliger wrote: > Hi, > i want to recompile my kernel but i don't have the original conf file..... > is there a command which gets the kernel to spit out the settings > with which it was compiled??? or am i just an eager young hopeful > .... > thanks > Leo IF you compiled the kernel in questions with : options INCLUDE_CONFIG_FILE You can do this command on the kernel to get the config file : strings /kernel |grep ^___ | sed -e 's/^___//' Other than that, your on your own. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message