Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!mcrware.UUCP!jejones From: jejones@mcrware.UUCP.UUCP Newsgroups: mod.computers.68k Subject: Re: Submission for mod-computers-68k (really Nuxi fork()) Message-ID: <8702131404.AA03521@mcrware.UUCP> Date: Fri, 13-Feb-87 09:04:00 EST Article-I.D.: mcrware.8702131404.AA03521 Posted: Fri Feb 13 09:04:00 1987 Date-Received: Sat, 14-Feb-87 14:37:03 EST References: <8702121233.AA04868@ecsvax> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 10 Approved: info-68k@ucbvax.berkeley.edu The earlier mention was right; a OS-9 process's data memory does not get moved. (Of course, 99.9+% of programs under Unix that use fork() read if (fork() == /* whatever says I'm the child */) exec[a-z]*("what I really wanted to run", ...); so I don't think that OS-9's at any great loss for not having Unix's fork().) James Jones