lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Apr 19, 2011 at 05:05:23PM +0200, Jerome Vuarand wrote:
> 2011/4/19 Rob Kendrick <rjek@rjek.com>:
> > On Tue, Apr 19, 2011 at 02:33:27PM +0200, Mike Pall wrote:
> >> > $ cat /proc/cpuinfo
> >> > Processor   : Feroceon 88FR131 rev 1 (v5l)
> >> > BogoMIPS    : 1192.75
> >> > Features    : swp half thumb fastmult edsp
> >> > CPU implementer     : 0x56
> >> > CPU architecture: 5TE
> >>
> >> Well, it's a strange beast. Not an ARM9E, but it has ARMv5te.
> >> I think it ought to work, though.
> >
> > It's a reimplementation of the ARM instruction set that is (roughly)
> > compatible with an ARM926.  I'll give LuaJIT a whirl on some of the
> > other Feroceon dev boards we have here.
> 
> FWIW, I have a PogoPlug computer with a similar CPU, with mostly the
> same details in cpuinfo, but a more meaningful name string:
> 
> -bash-3.2# cat /proc/cpuinfo
> Processor       : ARM926EJ-S rev 1 (v5l)

Although this is a lie.  It's not an ARM926EJS, it simply pretends to be
one.  The core is not of ARM's design.

B.