Printing the Linux kernel version
by Conrad Gomes on
The kernel version that a kernel module is built with can differ from the kernel version it is running on.
The kernel version that a kernel module is built with can differ from the kernel version it is running on.
A brief overview of the cache and it's purpose in computing
Linked lists reloaded, Linux style
You've got your kernel module code ready and you want to build it.
A unique feature of the Linux Kernel is its ability to allow injection of code while it is running. This piece of code is called a kernel module.