Subject: Re: Reading Boot ROMS
To: None <jeremy@broder.com>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-sparc
Date: 09/17/1997 13:46:54
> Your best bet is to look at the various ``sunmon.h'' files scattered
> around /usr/include in SunOS (and NetBSD.)  Look for either "PROM_BASE" or
> "MON_START".

FWIW /usr/include/mon/openprom.h in SunOS4 says:

#if     defined(sun4c) || defined(sun4m)
#define MONSTART        (0xffd00000)
#define MONEND          (0xfff00000)
#endif

- Havard