Re: kernel thread question

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 18 Oct 1996 21:48:23 +0100 (BST)


> hopefully this isn't an rtfm, but i have been looking for info on
> kernel thread support in linux but i have been unable to find
> anything useful.

clone() for user processes, and some simple primitives for kernel space
- have a look at init/main.c and the way it makes idle processes.