Texas Instruments Interview Question

How would you start debugging a piece of software on the Linux Kernel.

Interview Answer

Anonymous

Jul 18, 2010

First I would start putting printk messages around the suspected piece of code. If after that I didn't have an answer to the problem. I would start compiling the kernel with the debug simbols.