6 ms·
"Torvalds wrote the original code for printk, a debugging tool that can pinpoint exact moments where a process crashes" A debugging tool? I do like printk debu
by kristoffer 2y ago
"Torvalds wrote the original code for printk, a debugging tool that can pinpoint exact moments where a process crashes"
A debugging tool? I do like printk debugging but I am not sure about that description :-)
- deleted 2y ago[deleted]
- bmicraft 2y agoWell, maybe not for debugging the kernel itself, but it is very useful for finding failing hardware, missing/crashing drivers and so on as a user. Call it external debugging if you will,