Introduction to Linux Kernel Modules

Опубликовано: 29 Июнь 2013
на канале: sandeep kumar
6,192
5

A quickstart tutorial to making kernel modules. Starts with making simplest module "Hello World". Covers Makefile generation .

What is kernel Module ?

Kernel module is a piece of code that you can plug-into the kernel at runtime. Its just like any other user space program that you make except that it interacts with the kernel.

Why use kernel modules ?

As kernel modules communicate with kernel these are used to make device drivers and such stuff used for system programming.

Where do i start ?

To start kernel modules programming you can begin right away with c programming. No additional thing is required except good mood and will to do things.

What resources do i need ?

You need a linux box (preferably Ubuntu as it has large community support + i am using ubuntu :)

Lets get started...

Your ultimate resource lkmpg - www.tldp.org/LDP/lkmpg/2.6/html/lkmpg.html‎

full tutorial at : http://kernelmodules.blogspot.in/2013...


На этой странице сайта вы можете посмотреть видео онлайн Introduction to Linux Kernel Modules длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь sandeep kumar 29 Июнь 2013, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 6,192 раз и оно понравилось 5 зрителям. Приятного просмотра!