From owner-freebsd-questions@FreeBSD.ORG Thu Dec 10 09:02:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54DAA106566B for ; Thu, 10 Dec 2009 09:02:35 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id DC65F8FC0C for ; Thu, 10 Dec 2009 09:02:34 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so421919fgg.13 for ; Thu, 10 Dec 2009 01:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=CiRUpwPePapVyas0c81zmcWSxW263o01BpujW1psSgw=; b=keRBfQI60sf2z4YQo+ui13xvaOI+W404p30F5yNeQy1BzrZnhN0GEh5L3/QcOvyS3H 1uw8AicGjkf7F6Oqg5JmhjJvBJlXU3HBBrTtTX0XGh6bvIUPuvrvzF5xzJTtvilaVBxx A+Ag9DZ3KD2/8KWH7Rgt9B1stGgqxv3+mH9Mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ptec64JSH//OFvOOnaJBBUWYGPx2uUVecfAgLGtSjk3q1eJRKqTPEX1x1zVJovzU0p ewVqIEYM1pA6m/ls8m+L68kD5czELuFSWERgxXbbeKXukUmVfhXPK0td42ATMbUvlxgs s4AOrKyKI20yQ0Pf9So8v/B2DQO+g9tEnoHoo= MIME-Version: 1.0 Received: by 10.239.145.29 with SMTP id q29mr1000983hba.127.1260435753565; Thu, 10 Dec 2009 01:02:33 -0800 (PST) In-Reply-To: <200912100939.07116.naylor.b.david@gmail.com> References: <200912100939.07116.naylor.b.david@gmail.com> Date: Thu, 10 Dec 2009 09:02:33 +0000 Message-ID: From: krad To: David Naylor Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Monolithic vs Modular Kernel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 09:02:35 -0000 2009/12/10 David Naylor > Hi, > > What are the pros and cons of building a stripped down kernel and loading > all > the missing parts via modules (such that you end up with the same > functionality as generic kernel) vs having a kernel with all the modules > built > in? > > Also, is there anyway to detect if there are hardware without drivers (such > as > a sound card without any snd_ loaded) and to detect the type of device > (e.g. > network, usb, sound, graphics)? > > Lastly, is there any way to determine what 'modules' a kernel is build > with? > > Regards, > > David > kldstat -v