From the course: Linux Device Drivers: Reading, Writing, and Debugging
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Next steps - Linux Tutorial
From the course: Linux Device Drivers: Reading, Writing, and Debugging
Next steps
- [Instructor] All right, we covered a lot. Some really cool stuff, but of course, there's a lot more you can do and learn. So, some thoughts from me. Well, pick a driver type and experiment. Pick a particular driver and experiment. Read the code, read the code, read the code. You can do some web searches for API functions you see to learn more about 'em. Read some of the documentation, documentation directories, especially, you know, if you have trouble sleeping at night. Use the AI models on the web to ask questions, to ask, "What does this function do?" Or, "Write me a driver that does this." Now, the code they generate might not be exactly right, but it's a draft and it'll give you some more ideas. All right, good luck with your Linux device driver journey.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.