Multi Process?

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

Moderators: cheriff, TyRaNiD

Post Reply
madc
Posts: 17
Joined: Mon Jun 27, 2005 3:18 pm
Location: Nanking,China
Contact:

Multi Process?

Post by madc »

Dose anyone know whether it's possible to program PSP for multi process? I'm going to port Nano-X from standalone mode to C/S mode. But I found sceKernelLoadExec() just replaces the original process with the new one.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

The PSP OS only supports one active process. However, that process can have any number of threads. You could create an "init" process that's responsible for loading other programs as threads.
madc
Posts: 17
Joined: Mon Jun 27, 2005 3:18 pm
Location: Nanking,China
Contact:

Post by madc »

Yes. I have though about it. So, can ELF be loaded as modules? Or is there any guide for writing a PRX? I think I need to wrap the "Programs" as modules.
Post Reply