mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
3c1134e3d6
Various changes suggested by misson20000
979 B
979 B
Stratosphère
Stratosphère allows customization of the Horizon OS and Switch kernel. It includes custom sysmodules that extend the kernel and provide new features. It also includes a reimplementation of the loader sysmodules to hook important system actions.
The sysmodules that Stratosphère includes are:
- boot: This module boots the system and initalizes hardware.
- creport: Reimplementation of Nintendo’s crash report system. Dumps all error logs to the SD card instead of saving them to the NAND and sending them to Nintendo.
- fs_mitm: This module can log, deny, delay, replace, and redirect any request made to the File System.
- loader: Enables modifying the code of binaries that are not stored inside the kernel.
- pm: Reimplementation of Nintendo’s Process Manager.
- sm: Reimplementation of Nintendo’s Service Manager.