Search found 4 matches
- Fri Jan 21, 2005 5:26 pm
- Forum: PS2 Development
- Topic: what does and doesn't the ps2 kernel do?
- Replies: 13
- Views: 5374
- Thu Jan 20, 2005 8:06 pm
- Forum: PS2 Development
- Topic: what does and doesn't the ps2 kernel do?
- Replies: 13
- Views: 5374
Ok, I see... So the CPUs aren't all that different...
I think The vmips Project might come in handy for porting purposes, as it's a MIPS 3000 emulator...
I think The vmips Project might come in handy for porting purposes, as it's a MIPS 3000 emulator...
- Thu Jan 20, 2005 4:52 pm
- Forum: PS2 Development
- Topic: what does and doesn't the ps2 kernel do?
- Replies: 13
- Views: 5374
Naturally, one could design the kernel so that it had slightly different behaviors/characteristics depending on which cpu it executed Ok, so I guess I misunderstood the fact, that the EE and the IOP had different CPU core's? That's the main reason I thought that you would need two separate kernels ...
- Wed Jan 19, 2005 10:55 pm
- Forum: PS2 Development
- Topic: what does and doesn't the ps2 kernel do?
- Replies: 13
- Views: 5374
dual CPU
But wouldn't the fact, that the PS2 has 2 separate (and different) CPUs mean, that you would have to run 2 separate kernels, one for each CPU? I've been working with the OSE kernel (real time bla-bla) for some time and found the multi CPU capabilities of this kernel quite nice... It's a message pass...