Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming Operating Systems BSD IT Technology

OpenBSD Loadable Kernel Modules 15

LiquidPC writes: "deadly.org has a very thorough tutorial on LKM in OpenBSD, by Patrick Werner. You can check it out here. It gives you examples on writing LKMs and tells you why using them isn't the best idea."
This discussion has been archived. No new comments can be posted.

OpenBSD Loadable Kernel Modules

Comments Filter:
  • Re:LKMs are crap (Score:3, Insightful)

    by _peter ( 54875 ) on Tuesday August 14, 2001 @07:34PM (#2170254) Homepage
    LKMs in OpenBSD aren't intended to cut the size of the kernel down, as with Linux.

    From LKM(4):

    Loadable kernel modules allow the system administrator to dynamically add and remove functionality from a running system. This ability also helps software developers to develop new parts of the kernel without constantly rebooting to test their changes.

    I get the idea that they're used much more in the second capacity than in the first; the default kernel (which users are strongly advised not to stray from) doesn't even enable Loadable Kernel Modules.

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...