SPL services: Difference between revisions

No edit summary
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.