Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find sample source files for Linux Device Drivers, Third Edition? [closed]

I am working through Linux Device Drivers, Third Edition and while the book is released under Creative Commons Attribution-Share Alike license, I can't seem to locate the source code for the examples used in the book.

Some Amazon reviews mention that they do exist, but fail to provide a reference. In the book snippets you can see that the license is GPL, so they must exist somewhere.

My google-fu is bringing up malware infested pits of despair.

What would be a good source for those example files used in LDD book?

Turns out there are two good sources:

  • Author's Alessandro Rubini ftp site ftp://ar.linux.it/pub/ldd3/
  • Florida State University Linux course page http://www.cs.fsu.edu/~baker/devices/

Former is more authoritative, but latter might be better for later kernel revisions.

like image 490
Sint Avatar asked Jan 26 '10 21:01

Sint


2 Answers

That was published by O'Reilly's publisher, it might be worth your while to check there at their site. The link is here. Also is the link to their source code.

Edit: Adding another link.

Hope this helps

like image 125
t0mm13b Avatar answered Oct 23 '22 10:10

t0mm13b


You can find updates LDD3 examples here https://github.com/martinezjavier/ldd3 And online book in html format here: http://www.makelinux.net/ldd3/

like image 37
Costa Avatar answered Oct 23 '22 10:10

Costa