From owner-freebsd-questions Wed Aug 16 23:31:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id AD28A37BBCC for ; Wed, 16 Aug 2000 23:31:18 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id BAA00813; Thu, 17 Aug 2000 01:31:13 -0500 (CDT) (envelope-from dan) Date: Thu, 17 Aug 2000 01:31:13 -0500 From: Dan Nelson To: bsdnewbie bsdnewbie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: _Does FreeBSD support Loadable Module ? Message-ID: <20000817013113.B27138@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.7i In-Reply-To: ; from "bsdnewbie bsdnewbie" on Thu Aug 17 12:39:43 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Aug 17), bsdnewbie bsdnewbie said: > Does FreeBSD support Loadable Module. Someone said that the command > "modload" can load a kernel module, unfortunately, I can not found > it. where is it? or name changed? there used to be a "modload" command, but the module format changed, and the new command is "kldload". > Who can tell me how to write a loadable module device driver? thanks. /usr/share/examples/kld/ has some examples, and you can always take a look at the kernel module Makefiles in /usr/src/sys/modules. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message