Subject: Re: OF questions-
To: andy <andy@softbook.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-macppc
Date: 10/11/1999 17:19:44
On Mon, 11 Oct 1999, andy wrote:

> I see.I kinda figured out @0 but with :0 I'm still in the fog:
>  Does it mean the physical block number zero?
> What if my boot code lives at some offset? 
> Can I say sd@<scsi ID>:<offset from block zero> - or something like that?

No, it means partition in the on-disk disklabel, whatever form it might
take. :-)

Look at usr/src/sys/arch/macppc/stand/installboot to see how the ofwboot
booter gets shoved onto the disk. Note that this method got broken with
revision 3 firmware (the imac & later). They only boot from a file on a
filesystem.

Take care,

Bill