Aldo Vargas
Aldo Vargas
Suggestions 6, 7, 8 are out of the scope of this project or not possible. Suggestion 9: you can see the temperature in-game if you press PS and keep pressing...
Use Package Manager to install the packages. The Package Manager is present on XMB when you have installed CFW or HEN on a PS3 console. You basically need to install...
I like the idea about the kernel plugins in ps3mapi GUI. I'll try to add it some. Thank for the report about boot_plugins_dex.txt, I just removed for the next build....
The feature has been added. You can use the online updater or download the package from releases or brewology. /kernelplugin.ps3mapi looks like this: 
Do you have a kernel plugin that can be used for quick tests? Something that produce an output ? Maybe a beep? I'm basically calling the fixed kernel payload the...
I see. I confused the parameter with vsh plugins. Try changing the memory allocation. The function sys_mem_allocate use pages in multiple of 64K. ```` sys_addr_t payload = sys_mem_allocate(_64KB_ + (int)((size...
This commit has the fix above. You can use the online updater to test the new build.
I will remove addr & unloading since they don't have any use. Thank you for your feedback.
Ok I only removed addr= and made residence address read-only. I think the unload could be fixed too. You can update again.
Thank you TheRouletteBoi. I got it working thanks to you & your feedback.