From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.tacticuscommunications.net (mail01.tacticuscommunications.net [74.2.138.133]) by speech.braille.uwo.ca (Postfix) with ESMTP id E9DA810B3F for ; Sat, 30 Aug 2008 00:15:28 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id 5F71710876 for ; Fri, 29 Aug 2008 23:57:31 -0400 (EDT) Received: from mail01.tacticuscommunications.net ([127.0.0.1]) by localhost (mail01.tacticuscommunications.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l2kWWfqWSWL4 for ; Fri, 29 Aug 2008 23:57:30 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id 5BA6510874 for ; Fri, 29 Aug 2008 23:57:30 -0400 (EDT) Date: Sat, 30 Aug 2008 00:15:12 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: compiling linux kernel In-Reply-To: <20080823001035.GB13686@localhost.localdomain> Message-ID: References: <000801c903ba$66e9f9a0$4200a8c0@tdsportable> <20080823001035.GB13686@localhost.localdomain> Organization: Tacticus Communications, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 04:15:29 -0000 On Fri, 22 Aug 2008, Gregory Nowak wrote: > On Fri, Aug 22, 2008 at 05:56:58PM -0400, luke wrote: > > As long as you don't modularize anything you need to mount file systems > > and the like--A.K.A. things you would need to actually load the modules. > > That used to be the case in the past, but I think it's ok nowadays to > modularize everything from controllers, to file systems, if you're > going to be using an initrd. I do stand to be corrected on that as > always though. I was assuming that he was not using an initrd. For his first kernel compile, he probably doesn't need the potential headache, although yes: if he's using an initrd, he can modularize those things. Thanks for correcting that, as I'm a bit behind. Just a bit. Luke