954,234 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Kernel modules vs. common program-process

In Linux you have what I belive are called Kernel-modules, they operate faster and are more efficient then common programs. The TUX web server for Linux is a Kernel module if I am correct?

How do you create Kernel modules? Is there a good book on this?

Kind regards.

Joncamp
Light Poster
34 posts since Apr 2006
Reputation Points: 10
Solved Threads: 0
 

Kernel modules are like drivers in linux there are things you can do in the linux kernel that you cant do in even root (like kalloc mem or panic()) now there is a book on drivers just google writing linux device drivers!

nytrokiss
Light Poster
47 posts since Jun 2006
Reputation Points: 10
Solved Threads: 5
 
vivek.kutal
Newbie Poster
5 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: