Re: [Etherboot-developers] Q: does xstart work?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-07-23 12:47:46
|
>> Also the segment descriptor array.
>
>Hmm. I don't quite follow you there. I only need 6 bytes for the
>global descriptor pointer, and then I can use a global descriptor
>table > 1MB. That part is working fine.
The image is passed two arguments, a pointer to the tagged image header,
and a pointer to the bootp structure. The image header is needed for the
trampoline segment first-{linux,*dos}.S (in mknbi) to locate the
parameter string, among other things. You could drop support for
first-linux.S, but it would still be needed for first-*dos.S.
>I agree the uncompressed size is not a big deal. The compressed size
>continues to concern me. Even with LinuxBIOS I am loading it in
>a rom chip. A much bigger one than etherboot traditionally lives in
>true, but still a rom. And the primary reason I am working with
>etherboot is that it is small, and my other alternatives are not. So
>I don't want to mess that up.
Don't worry, I'm a memory skinflint too. :-)
|