mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
3c1134e3d6
Various changes suggested by misson20000
1.4 KiB
1.4 KiB
Atmosphère
Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. Atmosphère consists of several different components, each in charge of performing different system functions of the Nintendo Switch.
The components of Atmosphère are:
- Fusée, a custom bootloader.
- Exosphère, a fully-featured custom secure monitor.
- Stratosphère, a set of custom system modules.
- Thermosphère, a hypervisor-based emuNAND implementation. This component has not been implemented yet.
- Troposphère, Application-level patches to the Horizon OS. This component has also not been implemented yet.
Modules
The Stratosphère component of Atmosphère contains various modules. These have a .kip
extension. They provide custom features, extend existing features, or replace Nintendo sysmodules.
Stratosphère's modules include:
Building Atmosphère
A guide to building Atmosphère can be found here.
Release Roadmap
A roadmap of the releases of Atmosphère can be found here.