Changes

348 bytes added ,  00:18, 6 May 2021
Added a few IPCs
Line 33: Line 33:     
Since the discovery of the AHBPROT register, Mini enables direct PPC access to all devices. It is often used together with [[Wii Linux]] to enable full hardware functionality and performance.
 
Since the discovery of the AHBPROT register, Mini enables direct PPC access to all devices. It is often used together with [[Wii Linux]] to enable full hardware functionality and performance.
 +
 +
== IPC ==
 +
IPC messages take the following format:
 +
struct {
 +
    u32 code;
 +
    u32 tag;
 +
    u32 args[6];
 +
}
 +
 +
=== IPC_SYS_PING ===
 +
Simply pings the [[Starlet]] for testing.
 +
 +
=== IPC_SYS_JUMP ===
 +
Shuts down mini and jumps to the code passed.
 +
 +
=== IPC_SYS_GETVERS ===
 +
Fetches the mini version.
 +
 +
=== IPC_SYS_GETGITS ===
 +
Fetches mini's Git version.
 +
    
{{Navbox IOS|skipCat=true}}
 
{{Navbox IOS|skipCat=true}}
 
[[Category:IOS]]
 
[[Category:IOS]]
5,579

edits