From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BlVj7-0003OK-DZ for mharc-grub-devel@gnu.org; Fri, 16 Jul 2004 12:38:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BlVj5-0003OD-SN for grub-devel@gnu.org; Fri, 16 Jul 2004 12:38:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BlVj3-0003Nz-Or for grub-devel@gnu.org; Fri, 16 Jul 2004 12:38:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BlVj3-0003Nw-Mv for grub-devel@gnu.org; Fri, 16 Jul 2004 12:38:21 -0400 Received: from [159.226.39.7] (helo=ict.ac.cn) by monty-python.gnu.org with smtp (Exim 4.34) id 1BlVgK-0008JE-2R for grub-devel@gnu.org; Fri, 16 Jul 2004 12:35:32 -0400 Received: (qmail 27415 invoked by uid 507); 16 Jul 2004 16:33:22 -0000 Received: from unknown (HELO ThinkPadT22) (fengshuo@61.149.154.254) by ict.ac.cn with SMTP; 16 Jul 2004 16:33:22 -0000 From: "Feng Shuo" To: "'The development of GRUB 2'" Date: Sat, 17 Jul 2004 00:34:56 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRrP8hAJroyR/PDRw2ZdKb1xlXhLgAEkskg In-Reply-To: <20040716142024.70137.qmail@web20104.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: Subject: RE: need help on proecesses X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 16:38:24 -0000 The kernel_thread() function in arch/i386/kernel/processs.c -----Original Message----- From: grub-devel-bounces+fengshuo=ict.ac.cn@gnu.org [mailto:grub-devel-bounces+fengshuo=ict.ac.cn@gnu.org] On Behalf Of mathan gopal Sent: Friday, July 16, 2004 10:20 PM To: grub-devel@gnu.org Subject: need help on proecesses Hai everyone, Can anyone tell me how to fork a process in kernel modules????? I think fork() is system call which creates processes in user space. how to create processes in kernel space using modules?? I checked for fork in kernel/ksyms.c. But it is not exported,albeit it is defined in kernel as fork.c So while loading modules,i'm getting the error unresolved symbol fork can anyone help me in this regard??? by mathan __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel