| View previous topic :: View next topic |
| Author |
Message |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Tue Mar 24, 2009 4:32 am Post subject: Questions about prx |
|
|
Hi guys, i have some questions....
1)What is the web browser executable?
2)Is there a way to launch a prx with an eboot, maybe changing the eboot source?
3)How can i launch a prx in kernel mode? |
|
| Back to top |
|
 |
NoEffex
Joined: 27 Nov 2008 Posts: 108
|
Posted: Tue Mar 24, 2009 7:23 am Post subject: |
|
|
1. I'd ask someone besides myself, lol
2. sceKernelLoadModule, sceKernelStartModule
3. kubridge from the cfw sdk? _________________ Programming with:
Geany + Latest PSPSDK from svn |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Wed Mar 25, 2009 2:15 am Post subject: |
|
|
| Take a look at libhttp.prx functions. The graphics are just from the ME. |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Wed Mar 25, 2009 2:17 am Post subject: |
|
|
| Take a look at libhttp.prx functions. The graphics are just from the ME. |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Thu Mar 26, 2009 1:27 am Post subject: |
|
|
1) htmlviewer. There are many threads on how to launch it.
2) Just load and start the PRX from your EBOOT normally. The thing is when you launch an eboot the kernel restarts in game mode. So if you are trying to load a PRX by choosing an icon from the game menu in the XMB, you will need some complicated hooks. Look at the 3.40OE source code for this.
3) The PRX will load in whatever mode it is compiled as. 0x1000 PRX will always load in kernel mode, regardless of whether you load and start it from within a user mode program. There are some Sony PRXs like vshmain (which is VSH mode 0x800) which can only be loaded from a kernel module, but for homebrew purposes you can generally load any of your kernel or user PRXs from any mode and it will start in whatever mode the PRX is compiled as. |
|
| Back to top |
|
 |
|