From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 29 05:48:38 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D745616A4CE for ; Sun, 29 Feb 2004 05:48:38 -0800 (PST) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9051E43D2D for ; Sun, 29 Feb 2004 05:48:38 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 1AxRIu-000OQB-F8; Sun, 29 Feb 2004 15:48:24 +0200 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Maxim Konovalov In-reply-to: Your message of Sun, 29 Feb 2004 15:23:24 +0300 (MSK) . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 29 Feb 2004 15:48:24 +0200 From: Danny Braniss Message-Id: cc: freebsd-hackers@freebsd.org Subject: Re: kernel options X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 13:48:39 -0000 > On Sun, 29 Feb 2004, 11:36+0200, Danny Braniss wrote: > > > hi, > > is there a way of knowing with which kernel-options a particular kernel > > was compiled with (appart form the obvious config file)? > > Yes, if you use 'options INCLUDE_CONFIG_FILE'. See /sys/conf/NOTES > for details. i knew that im walking in the footsteps of giants :-) thanks, danny