Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2000 01:31:13 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        bsdnewbie bsdnewbie <bsdnewbie@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: _Does FreeBSD support Loadable Module ?
Message-ID:  <20000817013113.B27138@dan.emsphone.com>
In-Reply-To: <F42dkSmLAztxc1o8yfo00000a12@hotmail.com>; from "bsdnewbie bsdnewbie" on Thu Aug 17 12:39:43 GMT 2000
References:  <F42dkSmLAztxc1o8yfo00000a12@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000817013113.B27138>