Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2001 15:25:35 -0800 (PST)
From:      David Kirchner <davidk@accretivetg.com>
To:        Vadim Zaychenko <master@dcu.donetsk.ua>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Raw file
Message-ID:  <20011107152428.I44499-100000@localhost>
In-Reply-To: <14342242361.20011105205031@dcu.donetsk.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Nov 2001, Vadim Zaychenko wrote:

> Hi!
> How can I know raw file from whom somebody did "make kernel" after
> correcting?

If I'm understanding correctly, it sounds like you want to get the kernel
configuration file from a compiled kernel. To do this the kernel would
have needed to have been compiled with INCLUDE_CONFIG_FILE. Then you could
do: strings /kernel | egrep "^___" | sed -e "s/^___//"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011107152428.I44499-100000>