please help me ?如何像用户程序一样用man命令察看内核定义函数,如printk,kmalloc等?
谢谢,感激不尽/
This is no help file regarding these functions installed in the system, you cannot "man" them.
虽然我也没试过,但我想假如能看看分析源代码的书,会有很大帮助。
看源代码阿,fgrep -R FunctionYouWantToSearch /usr/src/linux/include/*
www.tldp.org