sceKernelLoadModule Option

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

Moderators: cheriff, TyRaNiD

Post Reply
Phantom8
Posts: 30
Joined: Fri Jun 17, 2005 10:17 am

sceKernelLoadModule Option

Post by Phantom8 »

Hi,

I've a question regarding the sceKernelLoadModule option. By default, PRX modules are loaded into low memory one after another. Is it possible to load a module into high memory? Something like the PSP_SMEM_High option do for sceKernelAllocPartitionMemory. I've tried to play around with the SceKernelLMOption, but not sure which parameters to set. I would be grateful if anyone can help. TIA!
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Do you not set the position variable in the structure to something like PSP_SMEM_High ?
Phantom8
Posts: 30
Joined: Fri Jun 17, 2005 10:17 am

Post by Phantom8 »

TyRaNiD wrote:Do you not set the position variable in the structure to something like PSP_SMEM_High ?
TyRaNiD, thanks for the reply. I tried your suggestion already, it didn't change anything as the module is still loaded at low memory. Do you have other suggestions? Thanks!
Post Reply