From owner-freebsd-questions Tue Nov 7 8:17:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from devel.cotharyus.net (adsl-20-108-141.bna.bellsouth.net [66.20.108.141]) by hub.freebsd.org (Postfix) with ESMTP id 7CC7D37B479 for ; Tue, 7 Nov 2000 08:17:50 -0800 (PST) Received: (from lauasanf@localhost) by devel.cotharyus.net (8.11.0/8.9.3) id eA7FQTn00946 for questions@freebsd.org; Tue, 7 Nov 2000 09:26:29 -0600 (CST) (envelope-from lauasanf) Date: Tue, 7 Nov 2000 09:26:29 -0600 From: Laurence Sanford To: questions@freebsd.org Subject: Kernel optimization questions Message-ID: <20001107092629.A919@devel.cotharyus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to squeeze every ounce of performance out of a dual P233 system. I've compiled a custom kernel, but that mostly involved removing support for everything but 586 CPU's, adding SMP support, and removing all the drivers for ethernet cards I don't have. If I'm correct, at least in theory, every device or option that I don't use or that isn't needed in my kernel config could be removed to make the kernel smaller and more efficient, correct? What are some things that can be removed from most common kernels to help? Are there any good urls I should read up on how to configure a kernel to really wring out a machine? (If there isn't, would anyone object to me writing one based on what I learn?) Thanks for any assistance you can offer. Drew Sanford lauasanf@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message