Home
Linux Administration
Corporate Services
Resources
About Us
Support Center
Monthly Server Management
One-time Server Services
Other Services
Network Administration
Network Monitoring
Network Security
High Availability
Load Balancing
Data Backup and Recovery
Linux HOWTOs
Linux Guides
Linux Articles
New RFCs
Vulnerability list
Linux Journal
Testimonials
Partners
Careers
Contact Us
Site Map
Linux HOWTOs
Linux Guides
Linux Articles
New RFCs
Vulnerability List
Linux Journal
Hello World
The Linux Kernel Module Programming Guide
Prev
Next
Chapter 2. Hello World
Table of Contents
2.1.
Hello, World (part 1): The Simplest Module
2.2.
Compiling Kernel Modules
2.3.
Hello World (part 2)
2.4.
Hello World (part 3): The
__init
and
__exit
Macros
2.5.
Hello World (part 4): Licensing and Module Documentation
2.6.
Passing Command Line Arguments to a Module
2.7.
Modules Spanning Multiple Files
Prev
Home
Next
How Do Modules Get Into The Kernel?
Hello, World (part 1): The Simplest Module