Subject: Re: Which NetBSD ports are non-ILP32 ?
To: Ignatios Souvatzis <is@NetBSD.org>
From: None <ragge@ludd.luth.se>
List: tech-ports
Date: 11/25/2004 22:22:12
> hi,
>
> On Thu, Nov 25, 2004 at 08:57:43PM +0100, Hubert Feyrer wrote:
>
> > Um, the pdp10 port may be special, but I have no idea what exactly it
> > uses.
>
> The hardware can address any bit length <= 36 bit; the model used for the
> gcc port and the pcc port is, afaik, C9S18ILP36 . I'm not sure about the
> P part, though. Ragge?
>
Heh. PC is 18 bit but calls can be intersection, data addresses
are 18 or 30 bits. This is at least how I have done it in pcc,
older PDP10's only have 18-bit addressing space.
So, IL36P30 would probably be some sort of correct answer :-)
-- Ragge