I'm learning C with the intent to work on the kernel, device drivers, and whatever else looks interesting. The books I'm currently using are:
1) Linux Kernel Projects ( for coding experience ) 2) Practical C Programming 3) C Primer Plus 4) Expert C Programming: Deep C Secrets 5) C Reference Manual, 5th ed. 6) Linux Device Drivers
I'm starting to move through the kernel code, but it's going slowly because I'm still learning.
What are your recommendations for achieving this goal and the resources that worked for you?
I'm learning C with the intent to work on the kernel, device drivers, and whatever else looks interesting. The books I'm currently using are:
1) Linux Kernel Projects ( for coding experience )
2) Practical C Programming
3) C Primer Plus
4) Expert C Programming: Deep C Secrets
5) C Reference Manual, 5th ed.
6) Linux Device Drivers
I'm starting to move through the kernel code, but it's going slowly because I'm still learning.
What are your recommendations for achieving this goal and the resources that worked for you?
Thanks