jjww 发表于 2003-5-27 15:40:27

如何获取linux的内核函数相关帮助?

在FreeBSD下面,我看source的时候,一般都可以通过man(9)查看内核很多接口函数的用法,但是在linux下,我不行。
在用apropos这个命令的时候,我获得信息比FreeBSD下少了很多。
想很多系统的宏,linux都没给出,怎么知道他们的使用方法。比如模块,在FreeBSD下给出了module、DECLARE_MODULE等相关帮助。在linux下面有没有类似的方法。

Dragonfly 发表于 2003-5-27 22:01:13

linux man9 is not so updated and is not default installation. i will check where we can find and repost here.

fist 发表于 2003-6-3 20:17:27

我曾经见过这样的手册了,但不是更新的。一般认为被系统exported的函数就可以直接使用,另外就是包含内核的头文件,用编译的方法解决。

Dragonfly 发表于 2003-6-4 09:43:17

i check some man 9 , quite old.

what fun u want to know? ask here and sb may know.
页: [1]
查看完整版本: 如何获取linux的内核函数相关帮助?