Ronald G Minnich <[EMAIL PROTECTED]> writes:

> I have a smartcore-p5 and the boot sequence for on-disk kernel needs to be
> the same for linuxbios and regular flash.
> 
> So, much as I hate to think about this, I have to put something in flash
> that will Do The Right Thing. I have not paid as much attention to these
> discussions as I should have.

We currently have an IDE driver.  And if you put your ELF header within
the first 4K of disk you should be o.k.

There are 2 ways to accomplish that.
1) Put a partition right after the partion table.
2) Drag my lilo like utility out of me.  It places an ELF header at 1K
   for a preexisting ELF image.

Beyond this we still have some work to do.
There is the silly LBBL bootloader in the linuxBIOS tree that we can play
with, besides etherboot.

Eric

Reply via email to