Subject: Re: Booting a Sparcstation
To: None <torek@BSDI.COM>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 02/25/1994 10:50:38
> 
> As for the memory map ... I loaded the kernel for executing at 3
> MB, on the theory that the smallest sparc had 4MB and 1MB seemed
> like a nice round number...
>

I was looking at the wrong Sun model; sorry for the confusion. The address
`0x440000' I was using to relocate the bootblocks, is good for sun4m's but
not for sun4c's...

Sun apperently uses these locations as safe havens to run their bootblocks at:

	sun4	- 0x240000
	sun4c	- 0x340000
	sun4m	- 0x440000

-pk

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