Sites
-
Writing a kernel module for FreeBSD
http://www.freesoftwaremagazine.com/articles/writing_a_kernel_module_for_freebsdFreeBSD 7.0 has already been released. If you are a real hacker, the best way to jump in and learn it is hacking together an introductory kernel module. In this article Ill implement a very basic module that prints a message when it is loaded, and anot...

