Difference between revisions of "SceKernelPsp2Config"

From Vita Development Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
SceKernelPsp2Config is a script that describes the operations required to start PS Vita
 
SceKernelPsp2Config is a script that describes the operations required to start PS Vita
 +
 +
== Module ==
 +
 +
{| class="wikitable"
 +
|-
 +
! Version !! World !! Privilege
 +
|-
 +
| 3.60 || Non-secure || Kernel
 +
|}
  
 
== Libraries ==
 
== Libraries ==
Line 38: Line 47:
 
<source lang="C">const char *sceKernelPsp2ConfigScriptEnd;</source>
 
<source lang="C">const char *sceKernelPsp2ConfigScriptEnd;</source>
  
 +
[[Category:ARM]]
 +
[[Category:Kernel]]
 
[[Category:Modules]]
 
[[Category:Modules]]
[[Category:Kernel]]
+
[[Category:Library]]

Latest revision as of 21:06, 1 May 2023

SceKernelPsp2Config is a script that describes the operations required to start PS Vita

Module

Version World Privilege
3.60 Non-secure Kernel

Libraries

Known NIDs

Version Name World Visibility NID
3.60 SceKernelPsp2Config Non-secure Kernel 0x3198F2C4

SceKernelPsp2Config

sceKernelPsp2ConfigScript

Version NID
3.60 0xA6483A7

This export is not a function but a variable

const char *sceKernelPsp2ConfigScript;

sceKernelPsp2ConfigScriptEnd

Version NID
3.60 0xC1BA20DA

This export is not a function but a variable

const char *sceKernelPsp2ConfigScriptEnd;