Chapter 4: Debugging Techniques
Submitted by admin on Tue, 2006-06-27 18:00
Kernel programming brings its own, unique debugging challenges. Kernel code cannot be easily executed under a debugger, nor can it be easily traced, because it is a set of functionalities not related to a specific process. Kernel code errors can also be exceedingly hard to reproduce and can bring down the entire system with them, thus destroying much of the evidence that could be used to track them down.
This chapter introduces techniques you can use to monitor kernel code and trace errors under such trying circumstances.
...
Download PDF.
»
- Add new comment
- 6051 reads








Recent comments
3 weeks 5 days ago
3 weeks 5 days ago
5 weeks 3 days ago
9 weeks 3 days ago
11 weeks 3 days ago
11 weeks 3 days ago
11 weeks 3 days ago
12 weeks 11 hours ago
15 weeks 3 days ago
16 weeks 4 days ago