Linux Linked Lists
by Conrad Gomes on
Linked lists reloaded, Linux style
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.
This post highlights the comparison of the required functionalities of an OS with that of Linux.