take a look at task_struct in which the kernel
stores all the information for the process.
You can access it using "current" variable in
your loadable kernel module.
zhen
|
take a look at task_struct in which the kernel
stores all the information for the process.
You can access it using "current" variable in
your loadable kernel module.
zhen
|