| View previous topic :: View next topic |
| Author |
Message |
madc
Joined: 27 Jun 2005 Posts: 17 Location: Nanking,China
|
Posted: Wed Jul 13, 2005 3:50 am Post subject: Multi Process? |
|
|
| 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. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Wed Jul 13, 2005 4:32 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
madc
Joined: 27 Jun 2005 Posts: 17 Location: Nanking,China
|
Posted: Wed Jul 13, 2005 11:36 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|