fork() of the ring3
Posted: Sat Jan 24, 2004 7:33 am
It seems many of you have some kind of a call, namely fork(), and you use it everytime you create an adress space.
I was just curious what should a fork() implementation do. In panalix I keep a kernel process and I just memcopy() it to another location so I have a memory space for a user app. Is this a good way?
Cheers,
Adrian
I was just curious what should a fork() implementation do. In panalix I keep a kernel process and I just memcopy() it to another location so I have a memory space for a user app. Is this a good way?
Cheers,
Adrian