From owner-freebsd-newbies@FreeBSD.ORG Thu Mar 10 18:30:10 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A2316A4CE for ; Thu, 10 Mar 2005 18:30:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B068543D49 for ; Thu, 10 Mar 2005 18:30:09 +0000 (GMT) (envelope-from regnans@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so667357wri for ; Thu, 10 Mar 2005 10:30:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EySuwAmAr7vzmgD88QN2QC6WN4U/bMTHSbRq3n1KniBUn8W+1/4eemmvFY/lNt/ovGIojaeK7m80IceHnB/tNd73Z2Cp+eMzSNy9i/MoklFnEN0LkvD1qBmVenMtbHhaq/59PI7umAw8ram4UpWcyng4X/myMi5DQ7UBSuWuMKo= Received: by 10.54.43.79 with SMTP id q79mr2024856wrq; Thu, 10 Mar 2005 10:30:09 -0800 (PST) Received: by 10.54.53.70 with HTTP; Thu, 10 Mar 2005 10:30:09 -0800 (PST) Message-ID: <68b3483d05031010306eb8359d@mail.gmail.com> Date: Thu, 10 Mar 2005 19:30:09 +0100 From: h p To: freebsd-newbies@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <68b3483d050310012555c067f@mail.gmail.com> Subject: Re: Configuration of current kernel X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: h p List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 18:30:10 -0000 > Firstly, this really isn't the right list for these questions. You should > be sending them to freebsd-questions@freebsd.org instead. > > However, I'll do my best to help you out. You did great, thank you. [...] > When you compile a kernel, it's a bit different to Linux, in that EVERY > kernel module gets compiled and can (usually) be kldloaded later. This > means that the compile takes a bit longer but you often don't have to > recompile to add things like new sound cards or network cards. I see. That isn't documented in the handbook, is it? I like the concept, though. And the module loading seems to work flawlessly, in contrast to my experiences on Linux. I only had a couple of days with FreeBSD though. ;-) [...] > I'm aware that the above doesn't make a whole heap of sense, particularly > if you come from a Linux kernel background. I learned FreeBSD first, and I > think it will probably help if you can forget everything you think that > you know about compiling kernels. Sometimes I think nothing ever makes a lot of sense, it's all just conventions. You just have to be pointed to the right conventions...