mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Indicate that LKMs are obsolete, just to prevent confusion.
This commit is contained in:
parent
73a5edc181
commit
7e36099078
1 changed files with 5 additions and 0 deletions
5
share/examples/lkm/README
Normal file
5
share/examples/lkm/README
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue