From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 00:32:30 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 5868F16A4BF for ; Wed, 3 Sep 2003 00:32:30 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A45643FCB for ; Wed, 3 Sep 2003 00:32:28 -0700 (PDT) (envelope-from mail23@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.9/8.12.9) with ESMTP id h837X8na035095; Wed, 3 Sep 2003 09:33:12 +0200 (CEST) (envelope-from mail23@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.9/8.12.9/Submit) id h837X8F1035094; Wed, 3 Sep 2003 09:33:08 +0200 (CEST) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail23@bzerk.org using -f Date: Wed, 3 Sep 2003 09:33:08 +0200 From: Ruben de Groot To: freebsd-questions@freebsd.org Message-ID: <20030903073308.GA34833@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , freebsd-questions@freebsd.org, Seamus Abshere References: <3F55680A.2070007@princeton.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F55680A.2070007@princeton.edu> User-Agent: Mutt/1.4.1i cc: Seamus Abshere Subject: Re: .ko files in /boot/kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ruben de Groot List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 07:32:30 -0000 On Wed, Sep 03, 2003 at 12:03:22AM -0400, Seamus Abshere typed: > /boot/kernel is full of .ko files for kernel options that I did not > select. Why are they there? Are they in use? You can check which modules are loaded with kldstat(8) > [/boot/kernel]#ls -l kernel > -r-xr-xr-x 1 root wheel 2317346 Jul 2 16:11 kernel > > I'm proud of this (supposedly) 2.3MB kernel, and I want to > make sure that I have actually optimized my machine and not made a > stupid mistake that does the opposite. > > Thanks again, > Seamus > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"