| View previous topic :: View next topic |
| Author |
Message |
nikocronaldo
Joined: 24 Feb 2008 Posts: 31
|
Posted: Sun Apr 06, 2008 8:31 pm Post subject: How to load an .elf? |
|
|
| I have seen only a program to load elf, I believe that it was Despertar del Idstorage, for that reason ask what function loads elf. I have proven different ways, but no worked. |
|
| Back to top |
|
 |
jas0nuk
Joined: 27 Apr 2006 Posts: 137
|
Posted: Wed Apr 09, 2008 2:40 am Post subject: |
|
|
Despertar del IdStorage? O_O
The function you are looking for is sceKernelLoadExec
sceKernelLoadExec("ms0:/file.elf", NULL); will do the trick for most ELFs. |
|
| Back to top |
|
 |
|