Linux Kernel Modules
by Conrad Gomes on
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.
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.