dear all
i want to write a module that will take the parameter task_struct p
and calulate some values
my question is
1.how to pass the parameter from a function to a separate module
2.i think there are 2 ways to load the module one is through insmod in a compiled kernel and the other one is building a module which is embedded in the kernel while compiling itself, how to do this one?
thanks
sounak