Changes

Jump to navigation Jump to search
18 bytes added ,  04:53, 3 May 2018
→‎GetConfig: BatteryProfile = IsChargerHiZModeEnabled
Line 121: Line 121:  
| 12 || [[#KernelMemoryConfiguration]]
 
| 12 || [[#KernelMemoryConfiguration]]
 
|-
 
|-
| 13 || [[#BatteryProfile]]
+
| 13 || [[#IsChargerHiZModeEnabled]]
 
|-
 
|-
 
| 14 || [4.0.0+] [[#IsKiosk]]
 
| 14 || [4.0.0+] [[#IsKiosk]]
Line 278: Line 278:  
Kernel reads this when setting up memory-related code. If bit0 is set, it will memset various allocated memory-regions with 0x58, 0x59, 0x5A ('X', 'Y', 'Z') instead of zero. This allows Nintendo devs to find uninitialized memory bugs. If bit17-16 is 0b01, the kernel assumes 6GB of DRAM instead of 4GB.
 
Kernel reads this when setting up memory-related code. If bit0 is set, it will memset various allocated memory-regions with 0x58, 0x59, 0x5A ('X', 'Y', 'Z') instead of zero. This allows Nintendo devs to find uninitialized memory bugs. If bit17-16 is 0b01, the kernel assumes 6GB of DRAM instead of 4GB.
   −
=== BatteryProfile ===
+
=== IsChargerHiZModeEnabled ===
 
This tells if the TI Charger (bq24192) is active.
 
This tells if the TI Charger (bq24192) is active.
  

Navigation menu