From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3abad098ea8858c664eda80dd68493e5@felloff.net> Date: Thu, 15 May 2014 21:11:53 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] linking a program to run at a high address Topicbox-Message-UUID: e67c9418-ead8-11e9-9d60-3106f5b1d025 that wont work for a.out userspace binary. the kernel loads the text segment on fixed base address UTZERO. in the a.out header are just longs with the sizes of the segments. theres an entry field but it doesnt change where the kernel puts the text segment. but you probably do not try to produce an a.out? -- cinap