View Full Version : kernel how to know the module used by another ?
freegnu
22-12-2006, 10:35 PM
hi all, when
cat /proc/modules
it will see some modules are used by another or not used?
but how the kernel know the module used by another?
Raymond
27-12-2006, 02:53 PM
if one module export a symbol (usually a function), and another module use
that symbol, the kernel will know that when it insert the latter module.
"freegnu" <freegnu@163.com> 写入消息新闻:emg5dj$g6e$1@news.yaako.com...
> hi all, when
> cat /proc/modules
> it will see some modules are used by another or not used?
> but how the kernel know the module used by another?
>
>
vBulletin® v3.8.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.