Re: unix fork()

From: Anton Petrusevich (casus_at_att-ltd.biz)
Date: 08/30/05


Date: Tue, 30 Aug 2005 23:23:09 +0200

dasani8888@hotmail.com wrote:

> I'm a OS newbie and trying to implement a fork() function in C that
> acts like unix fork.

What for? To create a new process you have to call the kernel, that is what
"fork()" for. If you are talking about threads then there are several
userspace implementations, look at them.

-- 
Anton Petrusevich