Subject: Re: Testing executables across all m68k ports
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Theo de Raadt <deraadt@fsa.ca>
List: current-users
Date: 07/18/1994 14:03:08
> Historically (read: Sun's strategy) all sparc executables are based on 8k
> page sizes, although most models have a 4k (hardware) page size. This is
> still the case in the NetBSD sparc port, although we don't even have a
> port for an 8k sun4.

The mac68k and da30 ports do the same thing: NBPG is 4096, but
__LDPGSZ is 8192.

The kernel's pagesize needs to be <= the userland pagesize.

------------------------------------------------------------------------------