Fix the new kernel command-line parser syslinux-3.74-pre14
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 30 Mar 2009 23:03:30 +0000 (16:03 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 30 Mar 2009 23:03:30 +0000 (16:03 -0700)
commit1cb06f94c9c1525975254ed41942098d7a741840
tree5b60a2962c6fe07115c2dd45100a90ca174f8479
parentd694ce6fdb18e9c74efd56626fbc345a5810c0db
Fix the new kernel command-line parser

Impact: bug fix

We were incorrectly looking at [ds:di] instead of [es:di] for
verifying that a command was properly terminated.  Fix.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/runkernel.inc