|
uOFW
Reverse engineered PSP kernel 6.60.
|
#include <modulemgr_options.h>
Data Fields | |
| SceSize | size |
| SceUID | mpIdStack |
| SceSize | stackSize |
| s32 | priority |
| u32 | attribute |
This structure specifies options for starting/stopping a module.
| SceSize SceKernelSMOption::size |
The size of the structure. size = sizeof(SceKernelSMOption).
| SceUID SceKernelSMOption::mpIdStack |
Partition of the stack of the running thread. If 0 is specified then the stack is allocated in the same partition as the data segment of the module.
| SceSize SceKernelSMOption::stackSize |
Stack size. If 0 is specified then the default system value is used.
| s32 SceKernelSMOption::priority |
Priority of the running thread.
| u32 SceKernelSMOption::attribute |
Attribute of the running thread.