Linux Device Drivers 3rd Ed and 3.2 kernel [closed]

梦想的初衷 提交于 2019-12-06 10:33:29

I like LDD3. The teaching style is outstanding. I see the most references to that text in SO, LWN etc.

I tried just reading it, that had limited value. It was better to get the examples built and running, play some e.g. with scull, then study the text hard to see how the code was really working.

But, to do that with modern kernels, you need updated code. I found martinezjavier code built OK with 3.1 kernel (I deleted tty from Makefile, and added simple_open() definition) then life was great. Also I found some nice work from cs.fsu, including online cross-reference.

Cooperstein text also exists, and has exercise solutions with multiple kernel versions, but I haven't used this text.

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