kernel modules

15

Writing a kernel module for FreeBSD

http://www.freesoftwaremagazine.com

FreeBSD 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 I’ll implement a very basic module that prints a message when it is loaded, and another when it is unloaded. I’ll also cover the mechanics of compiling our module using standard tools and rebuilding the stock FreeBSD kernel.

Read more »
dave's picture
Created by dave 22 weeks 2 days ago – Made popular 22 weeks 1 day ago
Category: End User   Tags: