Subject: Re: Forcing a dump...
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 11/06/1996 01:15:24
   	call boot(0x100)
   
   that's the RB_DUMP flag.

you might want to use

	call boot(0x100,0)

to stop garbage being passed in to the boot string ...