From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 10:59:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC4016A4D0 for ; Tue, 11 Nov 2003 10:59:26 -0800 (PST) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2423743FE3 for ; Tue, 11 Nov 2003 10:59:25 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out009.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20031111185924.MZGM1305.out009.verizon.net@duron.pcmedx.com>; Tue, 11 Nov 2003 12:59:24 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id D6623ABA7; Tue, 11 Nov 2003 10:59:23 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 41D79AA7F; Tue, 11 Nov 2003 10:59:23 -0800 (PST) Message-ID: <004901c3a885$f1d23db0$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <200311111755.hABHtUq6020964@PRIVATE> Date: Tue, 11 Nov 2003 10:59:33 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [4.46.22.189] at Tue, 11 Nov 2003 12:59:24 -0600 cc: sam2@taboo.homeip.net Subject: Re: How to determine the kernel options that are compiled in a runningkernel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 18:59:26 -0000 > I've got a customized kernel but no KERNCONF file, how can I determine what options/devices were used when compiling the kernel? Short of having INCLUDE_CONFIG_FILE in your kernel config at compile time as Kris mentioned, kldstat -v can give you pretty good idea what's in there.