From owner-cvs-all Sat Oct 10 14:13:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02040 for cvs-all-outgoing; Sat, 10 Oct 1998 14:13:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01989; Sat, 10 Oct 1998 14:13:28 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id PAA24678; Sat, 10 Oct 1998 15:13:06 -0600 (MDT) Message-Id: <199810102113.PAA24678@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Doug Rabson cc: "Robert V. Baron" , Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys kernel.h In-reply-to: Your message of "Sat, 10 Oct 1998 22:09:20 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 10 Oct 1998 15:06:20 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >This is directly addressed by the KLD system. The terminology is that a >'file' (ELF or a.out) is loaded by the kernel linker. The file contains a >number of 'modules', each of which is initialised and has an event handler >(similar to lkmdispatch). The kernel in many ways is a file which >contains all the statically linked modules. How are module dependencies represented and honored? -- Justin