Re: PS3: Strange issue with kexec and FreeBSD loader
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-02-21 20:36:35
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-02-21 20:36:35
On Thu, 2013-02-21 at 21:38 +0100, Phileas Fogg wrote:
The new 8 bytes at offset 0x90 in dt.dump.hex look suspicously like the kernel virtual address: 0xc00000000001a4a0.
It does indeed. What does that address correspond to in the kernel text ? Can you disassemble around it with "objdump -D vmlinux" ? Cheers, Ben.