load_linux.c: consider a zImage kernel to be non-relocatable
authorH. Peter Anvin <hpa@zytor.com>
Tue, 5 May 2009 00:36:54 +0000 (17:36 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 5 May 2009 00:36:54 +0000 (17:36 -0700)
commit01edb97d422916de2ba030c50631152fbd3b4b36
treec23e28abf0287daed3f568596b0151ccb6714ae1
parentd6c3d86ccb0e4a21259f617fef3fdef88b23d06a
load_linux.c: consider a zImage kernel to be non-relocatable

It's pretty safe to say there has never been a working relocatable
Linux zImage kernel, and the semantics for them are iffy at best.
Consider zImage kernels to be non-relocatable.

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