Hi Experts,
In 3.14 kernel how to convert user mode program into a service ?
Also is possible to have the user space/kernel space services ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Each process in Run level will have its on address space. This is not in control of user.
If you want to access some kernel resources, then your service can always make transition from user mode kernel mode.
To be more specific on the issue, please can you explain what you are trying to achieve?