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

Difference between revisions of "IOS"

From WiiUBrew
Jump to navigation Jump to search
(→‎DRH: /dev/ccr_uac is DRC microphone)
m (→‎Security: /dev/mcp seems similar to /dev/es in the Wii's IOS)
Line 3: Line 3:
 
==Modules==
 
==Modules==
 
===Security===
 
===Security===
*[[:/dev/mcp]] - Title launching
+
*[[:/dev/mcp]] - Title launching (similar to ES on Wii?)
 
*[[:/dev/crypto]] - Cryptographic services?
 
*[[:/dev/crypto]] - Cryptographic services?
  

Revision as of 21:29, 3 July 2015

IOSU is the operating system running on the ARM in Wii U mode. It is the Wii U equivalent of IOS on the Wii, and similar in some regards, but it is a complete rewrite with many changes. IOSU implements the Wii U's security policy, which includes titles and hardware access. One of its primary responsibilities is enforcing code signing, verifying that all titles launched on the PowerPC are authenticated by Nintendo. Another one of its jobs is managing access to most hardware, such as storage, network, USB, and the Gamepad. The PowerPC can talk to IOSU through an IPC interface, based on the standard Unix filesystem, and make security and hardware requests.

Modules

Security

Network

Socket-level network API

USB

Low-level and peripheral access

DRH

Wii U communication with the Gamepad