Subject: Re: More on the crosscompiler...
To: Anders Hogrelius SdU <elt96ahs@mds.mdh.se>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 11/23/1999 01:47:36
> 
> What is the "default" .text start address for NetBSD-vax binaries?
> On ultrix the default start address is 0
One logical page; 4096.

> What should i set as "TARGET_PAGE_SIZE"? Default for a.out on vax
> (ultrix) is 1024.
> 
4096. 

Note that NetBSD have the a.out header first in the binary, so that 
it occupies the first 32 byte. This means that the actual start
address is 4096+32. This is unlike Ultrix that has the a.out header
on a separate page before the text starts.

-- Ragge