Название: Understanding Linux Kernel : Absolute Beginners Guide : The most simplified and easiest book to understand, learn, and work
Автор: Md Mahbubur Rahman
Издательство: New York Publishing
Год: 2021
Страниц: 140
Язык: английский
Формат: pdf, mobi, epub
Размер: 10.1 MB
In a computing system, a kernel is the heart of an operating system, and kernel is responsible to manage & run core functionalities and features of an operating system. Kernels have a different type; based on purpose and targeted mechanism. Examples of some kernels are monolithic, micro, modular, and others. Linux inherits the "Monolithic" type of kernel. This kernel was first released by Linus Torvalds in 1991. The Linux kernel is a relatively small part of the full Linux System and it is the core that is responsible for how well the system will work. If you want to write code for Linux Kernel, you are welcome; as Linux kernel is an open-source project. Before getting started you should understand the tech part along with how Linux Kernel Developer Community works. For example, how code of conflict arises and resolves, how to submit process, Linux kernel coding style, and others.