Difference between revisions of "SceKernelPsp2Config"

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "SceKernelPsp2Config is a script that describes the operations required to start Vita == Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! Pr...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
SceKernelPsp2Config is a script that describes the operations required to start Vita
+
SceKernelPsp2Config is a script that describes the operations required to start PS Vita
  
 
== Module ==
 
== Module ==
  
=== Known NIDs ===
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Version !! Name !! World !! Privilege !! NID
+
! Version !! World !! Privilege
 
|-
 
|-
| 3.60 || SceKernelPsp2Config || Non-secure || Kernel || 0x5F01D109
+
| 3.60 || Non-secure || Kernel
 
|}
 
|}
  
Line 48: 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;