Subject: Re: JavaStation1 saga continues
To: None <port-sparc@netbsd.org, uwe@ptc.spbu.ru>
From: None <eeh@netbsd.org>
List: port-sparc
Date: 04/19/2001 05:22:15
	> 1) Put the kernel below F0000000.  This will severly limit both the
	> size of the kernel and userspace.

	Can you give me a hint why?

Then the OBP would be entirely within kernel space.  The kernel
and userland would both have to reside below F0000000.  You may
be able to put the kernel heap and I/O areas above the PROM, but
that may require twiddling memory maps.

Eduardo