Re: architecture to implement communication between static kernel with dynamic module

2005-03-03 Thread linux-os
I think there are entirely too many module-wanabees on yahoo! On Thu, 3 Mar 2005, sounak chakraborty wrote: there is one my_own module which i will insert whenever i like through insmod. thus when the module is loaded it will create a proc file Can you tell us or me what it is that you are trying

Re: architecture to implement communication between static kernel with dynamic module

2005-03-03 Thread Martin Zwickel
On Thu, 3 Mar 2005 15:09:01 + (GMT) sounak chakraborty <[EMAIL PROTECTED]> bubbled: > there is one my_own module > which i will insert whenever i like through > insmod. > thus when the module is loaded it will create a proc > file > > now i want to send the structure variable of >

architecture to implement communication between static kernel with dynamic module

2005-03-03 Thread sounak chakraborty
there is one my_own module which i will insert whenever i like through insmod. thus when the module is loaded it will create a proc file now i want to send the structure variable of task_struct i.e p to the module from the kernel at point when the execution passes through forking a new process

architecture to implement communication between static kernel with dynamic module

2005-03-03 Thread sounak chakraborty
there is one my_own module which i will insert whenever i like through insmod. thus when the module is loaded it will create a proc file now i want to send the structure variable of task_struct i.e p to the module from the kernel at point when the execution passes through forking a new process

Re: architecture to implement communication between static kernel with dynamic module

2005-03-03 Thread Martin Zwickel
On Thu, 3 Mar 2005 15:09:01 + (GMT) sounak chakraborty [EMAIL PROTECTED] bubbled: there is one my_own module which i will insert whenever i like through insmod. thus when the module is loaded it will create a proc file now i want to send the structure variable of task_struct i.e p

Re: architecture to implement communication between static kernel with dynamic module

2005-03-03 Thread linux-os
I think there are entirely too many module-wanabees on yahoo! On Thu, 3 Mar 2005, sounak chakraborty wrote: there is one my_own module which i will insert whenever i like through insmod. thus when the module is loaded it will create a proc file Can you tell us or me what it is that you are trying