Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!fernwood!portal!cup.portal.com!mvharding From: mvharding@cup.portal.com (Michael V Harding) Newsgroups: comp.os.minix Subject: Re: a Macminix question for experts Message-ID: <43702@cup.portal.com> Date: 26 Jun 91 17:03:28 GMT References: <1991Jun25.172141.18466@bronze.ucs.indiana.edu> Organization: The Portal System (TM) Lines: 12 From my reading, 'shadowing' consists of copying the current running process into the memory it was in before a fork... so there is a big memory copy going on every process swap. This apparently causes problems with programs like kermit, which do a fork and run two processes. 808x parts don't have this problem because the process can be moved to another place in memory and 'relocated' via the segment registers, so that the forked copy can work in a different place in memory. Am I correct???