hi friends i m a PG student ...This year i m thinking abt a device driver project in Linux probably printer driver. I dont know much abt linux internal working and also want help abt Printer driver. So plz suggest me any referance/book/web-site that u find helpful for me. Thanks in Advance.
deep
--------------------------------- Do you Yahoo!? Yahoo! Mail - You care about security. So do we.
On Wed, 2005-02-23 at 21:54 -0800, deepak shingan wrote:
hi friends i m a PG student ...This year i m thinking abt a device driver project in Linux probably printer driver. I dont know much abt linux internal working and also want help abt Printer driver. So plz suggest me any referance/book/web-site that u find helpful for me. Thanks in Advance.
Install kernel source and read /usr/src/linux...
Amish.
Hi, for project guidence on linux Device Drivers please have a look at www.conceptssys.com
Regards Team, Concepts
--- Amish Munshi lists@munshi.biz wrote:
On Wed, 2005-02-23 at 21:54 -0800, deepak shingan wrote:
hi friends i m a PG student ...This year i m thinking abt a
device driver project in Linux probably printer driver.
I dont know much abt linux internal working and
also want help abt Printer driver.
So plz suggest me any referance/book/web-site that
u find helpful for me.
Thanks in Advance.
Install kernel source and read /usr/src/linux...
Amish.
__________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
On Mon, Feb 28, 2005 at 05:51:19AM -0800, Concepts Systems wrote:
for project guidence on linux Device Drivers please have a look at www.conceptssys.com
That just has a mailto: link. WTF?
deepak shingan wrote:
hi friends i m a PG student ...This year i m thinking abt a device driver project in Linux probably printer driver. I dont know much abt linux internal working and also want help abt Printer driver. So plz suggest me any referance/book/web-site that u find helpful for me.
1) Linux Kernel Module programming guide www.tldp.org -> guides . Best for beginners 2) Understanding the Linux Kernel Use this along with kernel sources /usr/src/linux-<version>, cauz, it's more effective as a supplement when reading through the kernel sources and a bible in every sense 3) Linux Device Drivers (available online, please try google) This book is really great. 4) Loads of Linux Links - http://loll.sourceforge.net/linux/links/Kernel/ You will certainly find something useful here 5) google.com ;)
Cheers Binulal Narayanan