Kexec command line length

H. Peter Anvin hpa at zytor.com
Fri Jan 25 14:54:03 EST 2008


Neil Horman wrote:
> 
> And then we just point to it inside setup_linux_bootloader_parameters:
> ...
> if (real_mode->protocol_version >= 0x0202) {
>                 real_mode->cmd_line_ptr = real_mode_base + cmdline_offset;
>         }
> ....
> 
> So it seems, given that we already don't put it inside struct bootparam, we
> should be able to just expand it, yes?

Yup, you should.

	-hpa




More information about the kexec mailing list