BootMii: Autoboot Any Title ID September 04, 2009 10:59PM | Registered: 15 years ago Posts: 14 |
Re: BootMii: Autoboot Any Title ID September 04, 2009 11:06PM | Registered: 15 years ago Posts: 5,075 |
Re: BootMii: Autoboot Any Title ID September 04, 2009 11:08PM | Registered: 15 years ago Posts: 1,597 |
Re: BootMii: Autoboot Any Title ID September 04, 2009 11:14PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: BootMii: Autoboot Any Title ID September 05, 2009 01:09AM | Registered: 15 years ago Posts: 116 |
Quote
http://hackmii.com/2009/08/timing-is-everything-the-case-of-the-unsoftmoddable-wii/
1. boot2 starts
2. boot2 sets IOS version number to 0
3. boot2 executes es_main()
4. es_main calls ES_LaunchTitle(1-2) (or in our case, IOSxx since we patched this parameter)
5. ES_LaunchTitle recognizes that we are trying to load an IOS, and then sets up the IOS version number in memory so that the newly-loaded IOS will know what version it is
6. ES_LaunchTitle transfers control to the new IOS
7. IOS starts and sets up the IPC registers to talk to the PPC
Re: BootMii: Autoboot Any Title ID September 05, 2009 09:40AM | Registered: 15 years ago Posts: 1,597 |