From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronald G Minnich To: <9fans@cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] moving 9load to 0x800000 Date: Fri, 25 Jan 2002 09:19:31 -0700 Topicbox-Message-UUID: 45be21b2-eaca-11e9-9e20-41e7f4b1d025 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 ...)