Re: 2.6.22-rc1-mm1: boot failure under qemu

From: Jeremy Fitzhardinge
Date: Wed May 16 2007 - 12:30:25 EST


H. Peter Anvin wrote:
> There are a number of highly odd things about your dump, in particular,
> %es == 0x8100 at this point, which means the constraint %cs == %ds ==
> %es == %ss has been violated in this code; this should only happen
> locally inside an assembly routine or asm() statement. Another bizarre
> thing is that %ebp, which apparently is supposed to contain the base at
> this point, is *also* set to 0x8100.
>

Yeah, I noticed the segment state was all over the place.

> I have been using Qemu (as well as Bochs) to develop and test the code,
> so obviously it Works For Me[TM]. Please describe the entry conditions
> in more detail; in particular, what did you use to load the kernel?
>

qemu -kernel bzImage -hda filesystem.img

> Also, could you send me your .config and simulation image?
>

Yep, separate mail.

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/