Difference between revisions of "Sysroot"

From Vita Development Wiki
Jump to navigation Jump to search
(CelesteBlue moved page Sysroot to KBL Param over redirect: KBL Param used to be called sysroot but sysroot is another thing)
Tag: New redirect
 
(Removed redirect to KBL Param)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[KBL Param]]
+
Sysroot is a structure for low-level access created when ARM KBL and Kernel are started. Many are pointers to functions or structures that hold function pointers.
 +
 
 +
It also saves a [[KBL Param|KblParam]] pointer.

Latest revision as of 05:18, 1 May 2023

Sysroot is a structure for low-level access created when ARM KBL and Kernel are started. Many are pointers to functions or structures that hold function pointers.

It also saves a KblParam pointer.