From owner-freebsd-questions Wed Nov 7 15:25:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 2397637B416 for ; Wed, 7 Nov 2001 15:25:56 -0800 (PST) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id fA7NPZo67531; Wed, 7 Nov 2001 15:25:35 -0800 (PST) Date: Wed, 7 Nov 2001 15:25:35 -0800 (PST) From: David Kirchner X-X-Sender: To: Vadim Zaychenko Cc: Subject: Re: Raw file In-Reply-To: <14342242361.20011105205031@dcu.donetsk.ua> Message-ID: <20011107152428.I44499-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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