From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 21:03:28 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 22B0816A4BF for ; Tue, 2 Sep 2003 21:03:28 -0700 (PDT) Received: from Princeton.EDU (postoffice01.Princeton.EDU [128.112.129.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF5343FF2 for ; Tue, 2 Sep 2003 21:03:24 -0700 (PDT) (envelope-from sabshere@Princeton.EDU) Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id h8343N4f021760 for ; Wed, 3 Sep 2003 00:03:23 -0400 (EDT) Received: from princeton.edu (sabshere.student.Princeton.EDU [140.180.160.177]) (authenticated bits=0)h8343Mwl004953 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 3 Sep 2003 00:03:22 -0400 (EDT) Message-ID: <3F55680A.2070007@princeton.edu> Date: Wed, 03 Sep 2003 00:03:22 -0400 From: Seamus Abshere User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: .ko files in /boot/kernel 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: Wed, 03 Sep 2003 04:03:28 -0000 /boot/kernel is full of .ko files for kernel options that I did not select. Why are they there? Are they in use? [/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