Difference between revisions of "SceDriverTzs"

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "== Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! Privilege !! NID |- | 1.80 || SceDriverTzs || Secure || Kernel || 0xBD39610A |} == Libr...")
 
m (Add first firmware module appeared in and little description.)
Line 1: Line 1:
 +
This module performs a job similar [[SceLowio]] in Non-Secure kernel.
 +
 +
It integrates (and replaces) [[SceCdram]] and [[SceSysconTzs]] completely, and takes over part of the role of [[SceKernelIntrMgr|TZS SceKernelIntrMgr]] from older firmwares (i.e. <code>SceGrab</code> management).
 +
 
== Module ==
 
== Module ==
  
=== Known NIDs ===
+
This module exists only in Secure world. This module was introduced in at least firmware 0.990, and is not present in firmware 0.945.050.
 +
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Version !! Name !! World !! Privilege !! NID
+
! Version !! Name !! World !! Privilege
 
|-
 
|-
| 1.80 || SceDriverTzs || Secure || Kernel || 0xBD39610A
+
| 0.990-1.80 || SceDriverTzs || Secure || Kernel
 
|}
 
|}
  
 
== Libraries ==
 
== Libraries ==
  
This secure kernel module doesn't export any library.
+
This module doesn't export any library.
  
  
 
[[Category:Modules]]
 
[[Category:Modules]]
 
[[Category:Kernel]]
 
[[Category:Kernel]]

Revision as of 16:20, 18 July 2022

This module performs a job similar SceLowio in Non-Secure kernel.

It integrates (and replaces) SceCdram and SceSysconTzs completely, and takes over part of the role of TZS SceKernelIntrMgr from older firmwares (i.e. SceGrab management).

Module

This module exists only in Secure world. This module was introduced in at least firmware 0.990, and is not present in firmware 0.945.050.

Version Name World Privilege
0.990-1.80 SceDriverTzs Secure Kernel

Libraries

This module doesn't export any library.