In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Main Page/Welcome"

From WiiUBrew
Jump to navigation Jump to search
(Explain the situation better)
(Add compiling instructions)
Line 9: Line 9:
 
| Currently, we have user and kernel-level code execution on the main CPU. We are working on documenting the [[Cafe OS#Libraries|user mode API]] and reverse engineering the rest of the system, including [[IOSU|the security OS]]. Exploits are on [https://github.com/wiiudev/libwiiu Github].
 
| Currently, we have user and kernel-level code execution on the main CPU. We are working on documenting the [[Cafe OS#Libraries|user mode API]] and reverse engineering the rest of the system, including [[IOSU|the security OS]]. Exploits are on [https://github.com/wiiudev/libwiiu Github].
 
| Browse the '''[[List of homebrew applications|homebrew directory]]'''
 
| Browse the '''[[List of homebrew applications|homebrew directory]]'''
| Some early applications have been made, but there is no easy way to do so yet. Once we know more about the Wii U, we will post tutorials and links for developing homebrew on your WiiU.
+
| A guide to getting started is in progress [https://github.com/QuarkTheAwesome/ProgrammingOnTheU here]. Specifically [https://github.com/rw-r-r-0644/WiiU-HelloWorld-Easy lib_easy] can be used to create Homebrew Launcher ELFs, and [https://github.com/decaf-emu/wut Wii U Toolchain] for RPX files. Both require [http://wiibrew.org/wiki/DevkitPPC DEVKITPPC] configured.
 
|}
 
|}
 
</div>
 
</div>
 
{{box-footer-empty}}
 
{{box-footer-empty}}

Revision as of 23:30, 19 September 2016

edit  

Welcome!

Preparing for homebrew Downloading homebrew Developing homebrew
Currently, we have user and kernel-level code execution on the main CPU. We are working on documenting the user mode API and reverse engineering the rest of the system, including the security OS. Exploits are on Github. Browse the homebrew directory A guide to getting started is in progress here. Specifically lib_easy can be used to create Homebrew Launcher ELFs, and Wii U Toolchain for RPX files. Both require DEVKITPPC configured.