Trying to understand internals of kernel module.
What happens when kernel module is loaded ? Is the module run as a different process or part of the kernel code ? i.e. where are the text segment and data segment allocated for the loaded module ?
Thanks in advance