Ronald G Minnich <[EMAIL PROTECTED]> writes:

> On Mon, 28 Jan 2002, Ronald G Minnich wrote:
> 
> > Here is head.S from mkelfImage:
> >
> >         # Jump to the linux kernel
> >         ljmp    $ 0x10 , $ 0x100000
> 
> That said, I just changed the head.S to 0x800000 and .lds to 0x800000
> and it all works ...

Yep make a version that hard codes what 9load needs...

The directory structure should probably be composed of: 
linux-i386
9load

So we can have 
linux-i386/{head.S convert_params.S elfImage.lds}
9load/{head.S convert_params.S elfImage.lds}

And probably and include directory with:
include/{elf_boot.h linuxbios_tables.h}

Even some significant pieces of mkelfImage.pl probably need to move
to the per OS subdirectories...

Eric

Reply via email to