freebsd-dev/share/examples/lkm
1999-02-05 09:35:46 +00:00
..
misc Typo fix. The PR suggested that "save are for old callslot entry" should 1998-08-08 14:19:16 +00:00
syscall Remove `retval' from syscall functions here too. 1997-12-30 08:38:34 +00:00
Makefile Updated lkm examples to work with prototype-related changes to the 1995-12-25 07:19:32 +00:00
README Indicate that LKMs are obsolete, just to prevent confusion. 1999-02-05 09:35:46 +00:00

NOTE:  The LKM mechanism is now deprecated in favor of the superior KLD
mechanism as of FreeBSD 3.0-RELEASE.  These examples are provided purely
for historical reasons and you should see the ../kld directory if you're
interested in actually writing a dynamically-loadable extention to the
kernel for any reasonably modern release of FreeBSD.  - jkh