Linux Kernel Module Programming - 01

Опубликовано: 15 Май 2012
на канале: SolidusCode
221,549
1.3k

This video is part of a series that explains what the linux kernel is and how it works.
The linux kernel is important in that it serves as the glue between the user and the computer hardware. The kernel is the operating system.

Linux kernel is a mixture of monolithic design, where the entire binary is one huge program, and micro design, where you have a number of small pieces that function together and can be added or removed at runtime.

The important thing to get out of this video is that the user cannot directly talk to the hardware, instead the user must make request to the kernel in order to access resources, however that access is indirect. Also, remember that the kernel is the core of the operating system, meaning that it functions to abstract the complexities of the machine into a coherent, simplified interface for users.


На этой странице сайта вы можете посмотреть видео онлайн Linux Kernel Module Programming - 01 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь SolidusCode 15 Май 2012, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 221,549 раз и оно понравилось 1.3 тысяч зрителям. Приятного просмотра!