On Thu, 21 Dec 2006 09:10:29 +0530, Vivek Goyal wrote:
> Ok. so indirect jump seems to be having problem. On my machine disassembly
> of setup.o show following.
> 
> ff a6 14 02 00 00       jmp    *0x214(%esi)
> 
> This seems to be fine as 0x14 is the offset of code32_start, and 
> ((DELTA_INITSEG) << 4) is 0x200. How does it look like on your machine?

    1110:       ff a6 14 02 00 00       jmp    *0x214(%esi)

So exactly the same.

-- 
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to