Device Drivers for 2.6 Kernel Version

compbug

Distinguished
Mar 7, 2006
72
0
18,630
hello

well I am new to device driver programming trying to learn on 2.6 Kernel Version .

where do I get Source code of Linux Device Drivers for 2.6 Kernel Version.

well suggest me some simple driver projects with complete Source Code to understand the stuffs in depth

thanks
 
Go to Kernel.org and grab the latest source code. Then untar it somewhere (usually in /usr/src/.) When this is done, you will have all of the kernel's source code in folders under /usr/src/$KERNEL_VERSION.

The modules folder is in there somewhere, you will find it.