The PS2 has 586.54 BogoMIPS with Linux 2.6. My qemu emulation has 1046.52 BogoMIPS. So it nearby has double speed. I was talking about a really fast system. I think a dual core is not fast enough. I must say that I have choosen my components to get the highest speed at development for PS2 Linux.
PS2 /proc/cpuinfo:
Code:
system type : Sony Playstation 2
processor : 0
cpu model : R5900 V3.1 FPU V3.0
BogoMIPS : 586.54
wait instruction : no
microsecond timers : yes
tlb_entries : 48
extra interrupt vector : yes
hardware watchpoint : no
ASEs implemented : dsp
shadow register sets : 1
core : 0
VCED exceptions : not available
VCEI exceptions : not available
Qemu mipsel malta /proc/cpuinfo on an Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz:
Code:
system type : MIPS Malta
processor : 0
cpu model : MIPS 24K V0.0 FPU V0.0
BogoMIPS : 1046.52
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes
ASEs implemented :
shadow register sets : 1
core : 0
VCED exceptions : not available
VCEI exceptions : not available