From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 13:51:49 2004 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 9996F16A4CE for ; Tue, 28 Dec 2004 13:51:49 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8FC0043D2D for ; Tue, 28 Dec 2004 13:51:48 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail invoked by alias); 28 Dec 2004 13:51:47 -0000 Received: from p5090CEEA.dip0.t-ipconnect.de (EHLO [192.168.1.35]) (80.144.206.234) by mail.gmx.net (mp026) with SMTP; 28 Dec 2004 14:51:47 +0100 X-Authenticated: #1954550 Message-ID: <41D164D9.4000603@gmx.de> Date: Tue, 28 Dec 2004 14:51:21 +0100 From: Phil Schulz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041121 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: gabor.kovesdan@freemail.hu References: <20041228134224.EKJQ21552.viefep14-int.chello.at@hyperduron> In-Reply-To: <20041228134224.EKJQ21552.viefep14-int.chello.at@hyperduron> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 cc: freebsd-questions@freebsd.org Subject: Re: Building a custom 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: Tue, 28 Dec 2004 13:51:49 -0000 Kövesdán Gábor wrote: > > I'd like to build a monolithic kernel without loadable module support. I've > also made it on Linux, but I haven't found such howto for FreeBSD. Is there > any opportunity to do this? > this doesn't answer your question directly but you can disable (un-)loading of modules during runtime if you set the securelevel to sth >= 1. afaik, there are some things which only work as modules so disabling modules might not be a good idea. acpi is one of them, i believe. hth, phil.