Linux Kernel Module Programming - 02

The linux kernel is “Linux“. The kernel functions to coordinate interaction between the user and the hardware by satisfying request from the user and invoking hardware communication. This video provides introductory explaination of what the linux kernel is and how it relates to linux modules, which are pieces of code that can be added and removed to and from the kernel at runtime thereby adding increased functionality to the system.
Back to Top