Right now , I am just learn. trying a test module that lists out all the modules
Allison
Arjan van de Ven wrote:
> On Thu, 2005-04-14 at 19:53 +, Allison wrote:
> >
> > I am trying to access the module list kernel data structure from a
> > kernel module. If I gather correctly, module_list is
On Thu, Apr 14, 2005 at 08:48:42PM +, Allison wrote:
> I am trying to simply print out the module names and code sizes.
> I am just learning how to rtraverse these data structures.
Just read /proc/modules
Coywolf
>
> Also, on what basis is the decision made whether to export a symbo
On Thu, 2005-04-14 at 19:53 +, Allison wrote:
>
> I am trying to access the module list kernel data structure from a
> kernel module. If I gather correctly, module_list is the symbol that
> is the head pointer of this list.
can you explain what you want to do with this symbol ?
-
To unsubs
Hi,
I am trying to access the module list kernel data structure from a
kernel module. If I gather correctly, module_list is the symbol that
is the head pointer of this list.
This module compiles fine but when I try to insmod it, it say
module_list is unresolved symbol.
Does this symbol have to s
4 matches
Mail list logo