From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 25 08:25:48 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0A61AB23 for ; Thu, 25 Apr 2013 08:25:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 96C53154E for ; Thu, 25 Apr 2013 08:25:47 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id l13so8833001wie.3 for ; Thu, 25 Apr 2013 01:25:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jF++lKB92hvmX/BqOs8US80FbYLOCKtCHK8KnXG2JS8=; b=gs9whjJqovABHvG3h/qPLyr7yxj5KWlKr4lvFPTGCS3iNTqksGK+yCc+/4o+45mtqy Ke6zvoQWaMr2P0DIdROVNnkos6MHlASCbaMG8Rt+AGLTDKftwpwue23/6KllEtTQVzzQ zkOUPGANjqiWYfpI636PAzenBKISY5Fhn5vdPo60pW8Mqc6JQmv2gwyNBNUA+RWgVyvh JnRfb/FN0KBg0k3iMq4+BQBRgXZqvkzJ/+QVSo5xoXVkoEuCPayDpyFvAUIkjcKGw1ea 1wfufz8dErM6l+ABVQWzSElE5RivBKI0dqMJpqoH9yr+/rW3ieF80eqf7hpFUgIwH/E3 hkOg== MIME-Version: 1.0 X-Received: by 10.180.87.170 with SMTP id az10mr2363449wib.3.1366878346687; Thu, 25 Apr 2013 01:25:46 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.58.138 with HTTP; Thu, 25 Apr 2013 01:25:46 -0700 (PDT) In-Reply-To: <20130425081250.GA9042@roberto02-aw.erc.corp.eurocontrol.int> References: <60A4F968-60A4-4C71-AD53-BA1BC6CBAB5F@longcount.org> <8af7c4b114d6f1a44cf157a64fee3a7f@mail.0x20.net> <578CB1FA-C223-4872-B681-7EC0C280E611@tony.li> <20130425081250.GA9042@roberto02-aw.erc.corp.eurocontrol.int> Date: Thu, 25 Apr 2013 01:25:46 -0700 X-Google-Sender-Auth: zoG9YL_7GDxI8R8xy_TjFpYqx8U Message-ID: Subject: Re: GSOC: Qt front-ends From: Adrian Chadd To: Ollivier Robert Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Lars Engels X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 08:25:48 -0000 .. or we could just bite the bullet and split GENERIC into GENERIC (which would have modules for everything) and GENERIC_NOMODULES. Then just populate a default module list that goes into /boot/loader.conf. If you're even more evil, you could populate a module list that goes into /boot//module.conf.default, and then allow that to be overridden. Point is - a modular kernel works, right now. What we're missing is a way to load them at boot time by the bootloader. Well, enough of them to bring up the system so the rest can be autoloaded as needed. _That_ whole mess would be a great GSoC project. Adrian