"Hamish Guthrie" <[EMAIL PROTECTED]> writes:

> Eric,
> 
> I have at last found the time to get a timer ISR running in PMODE and am
> wanting to get etherboot up and running. I like your approach where you use
> elf and the image from etherboot. I have been fiddling about with this but
> no success.
> 
> Can you maybe send me a config file for linuxbios which works.

The basic options I set are:
option USE_GENERIC_ROM=1
option USE_ELF_BOOT=1
option ZKERNEL_START=0xFFFE0000

And then I just make certaion that etherboot is loaded in the BIOS at ZKERNEL_START
 
> Also, what are the steps required to include the etherboot image in the
> binary?

I've just been hacking something with dd right now.

What I would start with is building an etherboot with all of the right options,
and testing it with the image with the normal BIOS.

Eric

Reply via email to