uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
Data Fields
SceLoadCoreBootModuleInfo Struct Reference

#include <loadcore.h>

Data Fields

u8 * modPath
 
u8 * modBuf
 
SceSize modSize
 
s32 unk12
 
u32 attr
 
s32 bootData
 
u32 argSize
 
SceUID argPartId
 

Detailed Description

This structure is used to boot system modules during the initialization of Loadcore. It represents a module object with all the necessary information needed to boot it.

Field Documentation

◆ modPath

u8* SceLoadCoreBootModuleInfo::modPath

The full path (including filename) of the module.

◆ modBuf

u8* SceLoadCoreBootModuleInfo::modBuf

The buffer with the entire file content.

◆ modSize

SceSize SceLoadCoreBootModuleInfo::modSize

The size of the module.

◆ unk12

s32 SceLoadCoreBootModuleInfo::unk12

Unknown.

◆ attr

u32 SceLoadCoreBootModuleInfo::attr

Attributes.

◆ bootData

s32 SceLoadCoreBootModuleInfo::bootData

Contains the API type of the module prior to the allocation of memory for the module. Once memory is allocated, bootData contains the ID of that memory partition.

◆ argSize

u32 SceLoadCoreBootModuleInfo::argSize

The size of the arguments passed to the module's entry function?

◆ argPartId

SceUID SceLoadCoreBootModuleInfo::argPartId

The partition ID of the arguments passed to the module's entry function?


The documentation for this struct was generated from the following file: