- Notifications
You must be signed in to change notification settings - Fork0
MINI is not IOS, updated fork
License
NotificationsYou must be signed in to change notification settings
neagix/mini
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# MINI - Mini is Not IOSThis is a modified version of MINI for Wii; its logic has been altered to work like this:* if `/bootmii/zImage` exists, attempt to launch it* if it does not exist or fails, repeat for `/bootmii/gui.elf`* if it does not exist or launch fails, run `/bootmii/ppcboot.elf` (original behaviour as fallback)* if all paths have failed, run System MenuSeehttps://github.com/neagix/wii-linux-ngx# Original README```MINI -- Mini Is Not IOSCopyright (c) 2008, 2009 Team Twiizersmini is our bare-bones replacement for IOS. It does not have all ofthe features that IOS provides -- notably, we have not implementedUSB, networking, write support to the NAND filesystem, DI support orWC24 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 thefunctionality. As it stands, it's useful for low-level systemrecovery tasks, and as a shim/proxy to allow code on the PPC(e.g. Linux) to have full access to the Wii's hardware.```