Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mephisto!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: HELP: HOW ST MINIX RELOCATES Message-ID: <31787@nigel.ee.udel.edu> Date: 28 Sep 90 12:51:24 GMT Sender: mmdf@ee.udel.edu Lines: 5 the answer given explains how STATIC relocation is performed. DYNAMIC relocation (needed to support the fork system call) is avoided by using a mechanism called SHADOWING - look at the ATARI MINIX manuals for more details . C.v.W.