Permalink
Newer
100644
43 lines (22 sloc)
1.21 KB
1
# ReiNX
2
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
3
4
*The modular switch custom firmware*
5
6
**Usage:**
7
8
Put `ReiNX` folder on the root of your switch's SD card and run `ReiNX.bin` with your favorite fusee launcher.
9
10
**Compiling:**
11
14
To compile with Docker, `chmod +x docker-build.sh` and run the shell script `./docker-build.sh`. After that, just check `out` dir. This will compile without requiring installation of DevKit* dependencies.
18
* Modularity (doesn't rely on or require any SD files to run; customize SD files to your liking)
19
20
* Loads all KIPs from `/ReiNX/sysmodules/` directory
21
22
* Optional custom kernel/secmon/warmboot
23
26
* Exclusive ReiNX sysmodules
27
28
* ES patch in RXP patch format (used with custom loader.kip)
30
**Official thread:**
31
32
[HERE](https://gbatemp.net/threads/official-reinx-thread.512203/)