Linux kernel Management | Thin layer of Linux system | Linux kernel modules

The innermost layer of the Linux operating system is the kernel.
This is the thin layer between hardware and software
When the system boot up the bios setting passes the control to the kernel
Then kernel manages all task of the system.
Kernel modules it contains chunks of codes that have to be linked to the kernel dynamically for use. In the modeling it perform two process
Loading modules
Unloading modules

Related post