Hi, How can I fork a new process at the kernel level, say, as in a module? When compiling a module with a fork() function inside it, it will get complied as gcc -o ... -c ... -D__KERNEL__
But it says unresolved symbol fork() during insmod-ing. Is there a kernel level compliment for fork and clone, like printk for printf?? Please do help!! -- With regards, Jagadeesh Bhaskar P - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
