question about the architecture of mbx

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
liboyang_bj
Posts: 4
Joined: Tue Sep 30, 2008 3:06 am

question about the architecture of mbx

Post by liboyang_bj »

Hi, i'm newbie here and,

somebody knows about the architecture of mbx ?

Is it a unix-like system or an independent os built by sony guys ?

thx
liboyang_bj
Posts: 4
Joined: Tue Sep 30, 2008 3:06 am

Post by liboyang_bj »

tested a psp program:

darryl@zoltar tests $ file hello
hello: ELF 32-bit LSB MIPS-II processor-specific, MIPS, version 1 (SYSV), not stripped

So it means psp using a unix like os plus XMB GUI ?

And, this system(or chipset) does not support MMU, is it right ?

THX
kralyk
Posts: 114
Joined: Sun Apr 06, 2008 8:18 pm
Location: Czech Republic, central EU

Post by kralyk »

No
psp's firmware is not a monolithic kernel like unix/linux,
it's actually a bundle of modules that are loaded one by one and cooperate in a host/slave or maybe server/client manner...
its much more simple than unix-like system.
it uses ELFs or PRXs, which is relocatable ELF, or ~PSP which is encrypted and more less unknown, but definitely meaningless for hombrew development.

oh and yes theres no MMU...

This is just a brief info and Im not an expert, so you might want to read these excellent documents:
http://ps2dev.org/psp/Tutorials
...sorry for my english...
Post Reply