Re: kernel oops 2.4.24

From: Dave Jones
Date: Wed Jan 14 2004 - 00:31:07 EST


On Tue, Jan 13, 2004 at 06:59:48PM +0000, Nick Craig-Wood wrote:

> > I am trying to run Gentoo on this hardware, and have had problems from the
> > start, with respect to compiling things like Gentoo. The hardware is a
> > little bit of an oddity, because i read that it is classed as i686, yet it
> > doesn't support the cmov opcode. All my compile optimisations have been at
> > best i586 as a result.
>
> I wonder if you are thinking of the Nehemiah (the C3 mark 2) rather
> than the Samuel which is on that board. As far as I'm aware its only
> safe to use i386 code and that is what we've been using very
> succesfully (with a Debian/stable installation).

Samuel (and all other pre-Nehemiah CPUs) can run i586 just fine.
As the original poster said, they're i686 with missing CMOV extension,
which in gcc-speak, is i586.

Dave

-
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/