Prev: [Bug #14868] flood of "don't try to register things with the same name in the same directory." on upgrade to 2.6.32
Next: NET-PF-27 & NET-PF-28
From: Graeme Russ on 21 Feb 2010 18:00 On Sun, Feb 21, 2010 at 4:53 PM, H. Peter Anvin <hpa(a)zytor.com> wrote: > On 02/20/2010 09:45 PM, H. Peter Anvin wrote: > > Make that: > > asm volatile( > "movl %2, %%ds\n" \ > "movl %2, %%es\n" \ > "movl %2, %%fs\n" \ > "movl %2, %%gs\n" \ > "movl %2, %%ss\n" \ > "xorl %ebp, %ebp\n" \ > "xorl %ebx, %ebx\n" \ > "ljmpl $0x10,$0x100000" > : : "S" (&boot_params), "D" (0), "r" (0x18)); > Thanks Peter - I gave that a try but no luck. I am in the process of writing some routines which will dump the contents of the registers upon entering startup_32 and the relocation jump address prior to the jump. My assembler is a bit rusty, so it is taking a bit of time What other information should I dump? Regards, Graeme -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |