From 06a17f9d81be653b2565763dabc80c646ae94660 Mon Sep 17 00:00:00 2001 From: bushing Date: Fri, 24 Apr 2009 04:33:40 -0700 Subject: [PATCH] yay dox --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c52a3a5 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +MINI -- Mini Is Not IOS +Copyright (c) 2008, 2009 Team Twiizers + +mini is our bare-bones replacement for IOS. It does not have all of +the features that IOS provides -- notably, we have not implemented +USB, networking, write support to the NAND filesystem, DI support or +WC24 support. However, all hardware is directly accessable via IPC -- +see mini_ipc.c/h for details. + +Please feel free to add write code to fill in gaps in the +functionality. As it stands, it's useful for low-level system +recovery tasks, and as a shim/proxy to allow code on the PPC +(e.g. Linux) to have full access to the Wii's hardware.