Creating a “hello world” kernel module in linux
by Paul Kiddie • October 4, 2009 • kernel module, linux, networking • 4 Comments
This is part one of my series on creating a Netfilter module in order to implement a routing protocol in Linux. I’ve broken down the challenge into three steps. Write a simple kernel module (this article) Add Netfilter hooks to kernel module Access packet headers within Netfilter hook Abstract routing daemon to a user space [...]
Read more →