From 7e36099078c5b2fac57e3119482a7469a55d43fe Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 5 Feb 1999 09:35:46 +0000 Subject: [PATCH] Indicate that LKMs are obsolete, just to prevent confusion. --- share/examples/lkm/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 share/examples/lkm/README diff --git a/share/examples/lkm/README b/share/examples/lkm/README new file mode 100644 index 00000000000..024d4de7889 --- /dev/null +++ b/share/examples/lkm/README @@ -0,0 +1,5 @@ +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