load_linux: boot protocol < 2.00 could still have a command line
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 4 Feb 2013 19:07:11 +0000 (11:07 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 4 Feb 2013 19:12:52 +0000 (11:12 -0800)
commitb02169f660c5d6095beb5981d790172bc492b8a1
treec20e32a8e9ef80a73a3114bdae0e95b9c9db254d
parenta2d79191b501276026a0a16ec2fa664630a20476
load_linux: boot protocol < 2.00 could still have a command line

The command line existed before the 2.00 boot protocol, it was the
initrd which was the new addition to that version.  Therefore, allow
the command line to be set even for the ancient kernels.

This is necessary to specify a command line for memtest86+.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/lib/syslinux/load_linux.c