From owner-freebsd-arch@FreeBSD.ORG Thu Sep 7 09:05:01 2006 Return-Path: X-Original-To: arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5CC16A4E7 for ; Thu, 7 Sep 2006 09:05:01 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6159343D77 for ; Thu, 7 Sep 2006 09:04:52 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k8794g9G008890; Thu, 7 Sep 2006 02:04:43 -0700 (PDT) Date: Thu, 07 Sep 2006 18:04:39 +0900 Message-ID: From: gnn@FreeBSD.org To: "Howard Su" In-Reply-To: References: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.7.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: arch@FreeBSD.org Subject: Re: Modularize kernel X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 09:05:01 -0000 At Thu, 7 Sep 2006 13:47:46 +0800, Howard Su wrote: > > Modularize kernel > > > In today's FreeBSD, KERNEL image is still the big image that contains > a lot core components. Hello Howard, The monolithic vs. modularized kernel is an old discussion. If you're really interested in pursuing this you'll have a lot of work to do, mostly in figuring out explicitly all the implicit inter-module dependencies. Fascinating and fun, but you likely need a good reason to do it. Best, George