On 03/31/2010 01:04 AM, M. Warner Losh wrote:
In message:<4BB27F62.5090805%yazzy.org@localhost> "Marcin M. Jessa"<lists%yazzy.org@localhost> writes: : On 03/31/2010 12:41 AM, Hubert Feyrer wrote: :> On Wed, 31 Mar 2010, Marcin M. Jessa wrote: :>> It seems to be only working with the ELF kernels but not with the :>> netbsd.bin ones. :> :> why not insert the image into the ELF kernel, :> and then make the netbsd.bin file? : : How would I make a netbsd.bin file off my ELF kernel? objcopy? Warner
I'm stunned but it turns out I can boot an ELF kernel anyway with: RedBoot> load -v -b 0x200000 netbsd RedBoot> go -n 0x200000 (using -v instead of -r) Thanks, Marcin