Loading Kernel Mode Prx On PSPSlim

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

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
_Zack_
Posts: 9
Joined: Fri Jul 04, 2008 1:59 am

Loading Kernel Mode Prx On PSPSlim

Post by _Zack_ »

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
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

huh?
you want to load kernel mode prx right?
what's the problem?
Image
Upgrade your PSP
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

The problem is he hasn't bothered to search or read old threads.
User avatar
_Zack_
Posts: 9
Joined: Fri Jul 04, 2008 1:59 am

Post by _Zack_ »

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.
Last edited by _Zack_ on Mon Jul 07, 2008 7:32 am, edited 2 times in total.
My Releases :

My Releases :
Image
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Post by sakya »

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
User avatar
_Zack_
Posts: 9
Joined: Fri Jul 04, 2008 1:59 am

Post by _Zack_ »

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 :
Image
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

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
Image
Upgrade your PSP
User avatar
_Zack_
Posts: 9
Joined: Fri Jul 04, 2008 1:59 am

Post by _Zack_ »

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 :
Image
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

cool :)
Image
Upgrade your PSP
Post Reply