1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/docs/main.md
CyberVision 3c1134e3d6 Create Documentation/Wiki
Various changes suggested by misson20000
2018-10-02 20:05:02 -05:00

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.