Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!nbires!hao!husc6!cmcl2!brl-adm!adm!weiser.pa@Xerox.COM From: weiser.pa@Xerox.COM Newsgroups: comp.unix.wizards Subject: Re: UNIX-WIZARDS Digest V4#014 Message-ID: <9257@brl-adm.ARPA> Date: Sun, 13-Sep-87 03:08:34 EDT Article-I.D.: brl-adm.9257 Posted: Sun Sep 13 03:08:34 1987 Date-Received: Sun, 13-Sep-87 20:02:02 EDT Sender: news@brl-adm.ARPA Lines: 11 "By the way, I'm quite curious how the fork() call is implemented [in Minix] (the Atari lacks address translation)" The Minix fork call will be come clear when you understand that the Minix kernel process switch mechanism is to move the old process physcially out of the way (to somewhere else in memory) and move the new process into place. All processes therefore run out of exactly the same address area. -mark