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