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

北战南征 提交于 2019-12-03 12:50:03

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

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

Here is summary of answers above:

I'm late to the party here, but someone else has another version of updated LDD3 code, found here: https://github.com/duxing2007/ldd3-examples-3.x. The author has kept it up to date for kernels 3.0 through 3.14. There are slight differences from the martinezjavier version, such as using mutex_init instead of sema_init.

Upon further searching I found Florida State University Linux Kernel course page, which does have a version of them.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!