We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794b203 commit 06a17f9Copy full SHA for 06a17f9
README
@@ -0,0 +1,13 @@
1
+MINI -- Mini Is Not IOS
2
+Copyright (c) 2008, 2009 Team Twiizers
3
+
4
+mini is our bare-bones replacement for IOS. It does not have all of
5
+the features that IOS provides -- notably, we have not implemented
6
+USB, networking, write support to the NAND filesystem, DI support or
7
+WC24 support. However, all hardware is directly accessable via IPC --
8
+see mini_ipc.c/h for details.
9
10
+Please feel free to add write code to fill in gaps in the
11
+functionality. As it stands, it's useful for low-level system
12
+recovery tasks, and as a shim/proxy to allow code on the PPC
13
+(e.g. Linux) to have full access to the Wii's hardware.
0 commit comments