收集的关于编程和学习方法的经典名言:
DEBUG definition:
The process of identifying divergences between the intent and the implementation is known as debugging.
The Best Method to Learn Linux Kernel Code:
I would encourage aspiring developers to get their hands dirty: The best way to understand a part of the kernel is to make changes to it. Making a change forces the developer to a level of understanding that merely reading the code does not provide.
待续……