* need help on proecesses
@ 2004-07-16 14:20 mathan gopal
2004-07-16 16:34 ` Feng Shuo
0 siblings, 1 reply; 2+ messages in thread
From: mathan gopal @ 2004-07-16 14:20 UTC (permalink / raw)
To: grub-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: need help on proecesses
2004-07-16 14:20 need help on proecesses mathan gopal
@ 2004-07-16 16:34 ` Feng Shuo
0 siblings, 0 replies; 2+ messages in thread
From: Feng Shuo @ 2004-07-16 16:34 UTC (permalink / raw)
To: 'The development of GRUB 2'
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-16 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-16 14:20 need help on proecesses mathan gopal
2004-07-16 16:34 ` Feng Shuo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.