From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] moving 9load to 0x800000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020125164242.4790119A58@mail.cse.psu.edu> Date: Fri, 25 Jan 2002 11:42:41 -0500 Topicbox-Message-UUID: 45cb588c-eaca-11e9-9e20-41e7f4b1d025 The only dependency on the base address in the source code itself is in the copy loop that relocates 9load to half a megabyte. It sounds like you've done away with that, so you should be okay. Russ