I am running linux-2.4.18 for ARM(S3C2410). I also search through linux-2.6.7, but don't have lucky finding kthread_create() in source. On 2/23/06, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote: > On Thu, 2006-02-23 at 00:33 +0800, James Yu wrote: > > Thank you for your replay, my friend. > > I must remind you I am doing all these in kernel space, what I really > > mean is everything is hard coded into Linux source code as an kernel > > image instead of a driver or module. I doubt kthread_create() is > > available in this sense. > > However, I gave it a try and receive the following error while doing > > "make zImage": > > /home/cyu021/linux/init/main.c:384: undefined reference to `kthread_create > > > > hmm what version of linux is this??? > > kthread_create() is for sure available as part of the main kernel > image... > > > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/