# The most simplified and easiest book to learn and understand Linux Kernel. # You will learn how Kernel works # You will understand the differences between Kernel and Operating System, also the differences between Kernel Space and User Space. # You will learn how the Linux Kernel built and works. # How to build Linux kernel # You will learn how System Call Interface works # You will get an understanding of the Kernel Module and Loadable Kernel Module. # You will learn how to write a Loadable Kernel Module. # You will learn how to debug Kernel # You will learn more about device drivers and how to develop/implement device drivers.