Hi,

Creating kernel threads is quite easy. Please have a look at this article,

http://lwn.net/Articles/65178/

Also you can refer this simple code to create a kernel thread. Hope this
helps.
Sorry for poor error handling and coding style. :)

Thank you very much for a quick and good reply. However, I guess I should
have been more precise in my initial email. I have gotten very simple
threads running, but am having difficulties finding information about more
specific things. For example synchronization, why the kernel has to be
locked when a new thread is initialized and what is the preferred way of
stopping threads. I see some people use signals, while other use the
kthread_stop. 

-Kristian


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to