| View previous topic :: View next topic |
| Author |
Message |
_Zack_

Joined: 04 Jul 2008 Posts: 11
|
Posted: Mon Jul 07, 2008 7:09 am Post subject: Loading Kernel Mode Prx On PSPSlim |
|
|
Hey guys.
I am trying to load a prx from a eboot, then a eboot from a prx using the various samples on the web.
Of course I would prefer to be just able to load a eboot from an eboot but since I am doing this on the slim so it's my only choice. (I think?)
However, I have done a lot of searching, and testing and i can't find a working example anywhere. Even the included prx test in the pspsdk does not work (even with eboot set to usermode)
Does anyone have a working sample?
Thanks |
|
| Back to top |
|
 |
Pirata Nervo
Joined: 09 Oct 2007 Posts: 409
|
Posted: Mon Jul 07, 2008 7:11 am Post subject: |
|
|
huh?
you want to load kernel mode prx right?
what's the problem? _________________
Upgrade your PSP |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Mon Jul 07, 2008 7:17 am Post subject: |
|
|
| The problem is he hasn't bothered to search or read old threads. |
|
| Back to top |
|
 |
_Zack_

Joined: 04 Jul 2008 Posts: 11
|
Posted: Mon Jul 07, 2008 7:18 am Post subject: |
|
|
| Pirata Nervo wrote: | huh?
you want to load kernel mode prx right?
what's the problem? |
i want to load a kernal mode prx from a usermode eboot yes.
Problem is with every sample i have tried it always just crashes back to the xmb with an error code.
Hence why I am asking for a working sample if anyone would be kind enough to share one
| J.F. wrote: | | The problem is he hasn't bothered to search or read old threads. |
I did. The search function doesn't work correctly for me at all. Whatever you type in it always comes up with the same result. Heck I tested it to see by seaching for "lol" and the same threads came up as when i typed in "prx". I have tried longer keywords but with no joy.
All this hostility isn't needed. I am only asking for a bit of help. _________________ My Releases :
My Releases :

Last edited by _Zack_ on Mon Jul 07, 2008 7:32 am; edited 2 times in total |
|
| Back to top |
|
 |
sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Mon Jul 07, 2008 7:29 am Post subject: |
|
|
Hi! :)
| _Zack_ wrote: | | Hence why I am asking for a working sample |
Here there's an old sample I made for myself:
http://www.sakya.it/downloads/testPer352.rar
Was designed for CF 3.52M33, but with the NID resolver you shouldn't have problems on newer kernels.
Ciaooo
Sakya |
|
| Back to top |
|
 |
_Zack_

Joined: 04 Jul 2008 Posts: 11
|
Posted: Mon Jul 07, 2008 7:31 am Post subject: |
|
|
| sakya wrote: | Hi! :)
| _Zack_ wrote: | | Hence why I am asking for a working sample |
Here there's an old sample I made for myself:
http://www.sakya.it/downloads/testPer352.rar
Was designed for CF 3.52M33, but with the NID resolver you shouldn't have problems on newer kernels.
Ciaooo
Sakya |
Thank you
Appreciate it. _________________ My Releases :
My Releases :
 |
|
| Back to top |
|
 |
Pirata Nervo
Joined: 09 Oct 2007 Posts: 409
|
Posted: Mon Jul 07, 2008 8:06 am Post subject: |
|
|
how to use the search button:
* you have 2 types of seach:
- by words (searches the words in the string)
- by string (searches the whole string)
then you have other options.
and what sakya posted is not a simple kernel prx.
It exports functions and it is not a plugin.
You should post your code and main.c
in my opinion is very easy to create a kernel prx o.O
just set the mode to 0x1000, make sure you create the main thread well and that's it lol _________________
Upgrade your PSP |
|
| Back to top |
|
 |
_Zack_

Joined: 04 Jul 2008 Posts: 11
|
Posted: Mon Jul 07, 2008 8:14 am Post subject: |
|
|
Thanks, I found loads of stuff using search now :)
Didn't know it required you to be so specific.
Anyway, thanks :) _________________ My Releases :
My Releases :
 |
|
| Back to top |
|
 |
Pirata Nervo
Joined: 09 Oct 2007 Posts: 409
|
Posted: Mon Jul 07, 2008 8:21 am Post subject: |
|
|
cool :) _________________
Upgrade your PSP |
|
| Back to top |
|
 |
|