From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com 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: <20020125163748.89D1019A6B@mail.cse.psu.edu> Date: Fri, 25 Jan 2002 11:37:41 -0500 Topicbox-Message-UUID: 45c41720-eaca-11e9-9e20-41e7f4b1d025 You probably need to change at where load.c/ialloc() starts allocating (currently 3MB). On Fri Jan 25 11:20:32 EST 2002, rminnich@lanl.gov wrote: > > we need it to run at 0x800000. What we've done is simply change the -T in > the ld to 0x80800000. Will this do the trick or are we missing something. > > Note also that all code is 32-bit code (#ifdef on the early startup stuff, > no 16-bit code left) so that 16-bit addressing is not an issue. > > Anything else we're missing (almost certainly ...)