|
uOFW
Reverse engineered PSP kernel 6.60.
|
#include <modulemgr_options.h>
Data Fields | |
| SceSize | size |
| SceUID | mpIdText |
| SceUID | mpIdData |
| u32 | flags |
| u8 | position |
| s8 | access |
| s8 | creserved [2] |
This structure specifies options for loading a module (via LoadModule()).
| SceSize SceKernelLMOption::size |
The size of this structure. size = sizeof(SceKernelLMOption).
| SceUID SceKernelLMOption::mpIdText |
The memory partition where the program of the module will be stored.
| SceUID SceKernelLMOption::mpIdData |
The memory partition where the data of the module will be stored.
| u32 SceKernelLMOption::flags |
Unused for now.
| u8 SceKernelLMOption::position |
Specify module placement policy in memory.
| s8 SceKernelLMOption::access |
Unused for now.
| s8 SceKernelLMOption::creserved[2] |
Reserved.