Hi, just wondering, is it posibble to load a prx in the slim extra ram?
I'm using sceKernelLoadModule but it seems it has access only to the
KERNEL and USER partitions. Has the pspsdk been updated to use the extra ram in the slim? Well hope anyone can help.
If you use the PSP_LARGE_MEMORY = 1, the extra area will be added to user memory and you will be able to load user prx's there transparently. Of course kernel prx's is a different matter.
Ok, I compiled my app with PSP_LARGE_MEMORY=1 in the makefile,
but sceKernelTotalFreeMemSize returns the same amount of memory than before (around 8 MB after loading some modules). Do I have to use the m33 sdk for this to work?
I'm loading the prx in the PSP_MEMORY_PARTITION_USER.
Hi, me again, i tried the ramsample from the m33 sdk and i'm only getting around 24 MB of free memory. I'm using firmware 3.90 m33.
Also i have the latest revision of the pspsdk. Can someone tell what's wrong?
Of course large memory only works when using stuff through an EBOOT, how are you running your app? For example if you dev in PSPLINK you need to add it to PSPLINKS eboot as well.