On 06.09.2011, at 13:41, Christian Borntraeger wrote: > Alex, > > Newer kernels will not always have a 0dd0 (basr 13,0) at address 0x10000. > (e.g. current linux-next). We must not rely on specific code at certain > addresses, so lets just remove this check.
Is there any other sane way we can find out if the image we're loading is actually bootable? I don't want users to do qemu-system-s390x -kernel vmlinux and see it just plain fail. Alex