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
question about the architecture of mbx
-
- Posts: 4
- Joined: Tue Sep 30, 2008 3:06 am
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
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...