Ollie Lho <[EMAIL PROTECTED]> writes:

> Eric,
>       How do you pass kernel command line in the ELF_BOOT case. For
> vmlinux.gz, the command line is passed to empty_zero_page by
> linuxbiosmain. The mkelfImage-1.6 also have a --command-line option. Don't
> these two get confict ??

Not really.  One is appended onto the other.
 
> P.S. Actually I found the --command-line option generate an non-wroking
> ELF for me. And the command line passed by linuxbiosmain does not work
> for ELF_BOOT.

If you have updated at all recently you want to use mkelfImage 1.9. 
It is in the linuxBIOS tree.  The difference is that in 1.9 there is
support for my modified ELF loader, that really doesn't pass anything.
And mkelfImage really doesn't need to be passed any parameters but it
can use them if it gets them.

The --command-line option works at least for me.  As I am always
specifying console=ttyS0,115200.

Eric

Reply via email to