From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 22:27:10 2005 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 C03A516A4CE for ; Sat, 1 Jan 2005 22:27:10 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EE143D2D for ; Sat, 1 Jan 2005 22:27:10 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050101222709i92002b7fde>; Sat, 1 Jan 2005 22:27:09 +0000 Message-ID: <41D723B6.3030608@nbritton.org> Date: Sat, 01 Jan 2005 16:27:02 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041230) X-Accept-Language: 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> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit 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: Sat, 01 Jan 2005 22:27:10 -0000 Kövesdán Gábor wrote: >Hi, > >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? > > > makeoptions MODULES_OVERRIDE="" this will only prevent kernel modules from being build, so it doesn't directly address your question.