Line 252:
Line 252:
|<code>uint32_t* OSGetSystemInfo(void)</code>
|<code>uint32_t* OSGetSystemInfo(void)</code>
|Returns pointer to OSSystemInfo struct (see below)
|Returns pointer to OSSystemInfo struct (see below)
+
|-
+
|OSIsDebuggerPresent
+
|<code>uint32_t OSIsDebuggerPresent(void)</code>
+
|Returns 1 if a debugger is present otherwise 0. Default is 0.
+
|-
+
|OSGetConsoleType
+
|<code>uint32_t OSGetConsoleType(void)</code>
+
|Returns the console type e.g. 0x03000050.
|-
|-
|OSSleepTicks
|OSSleepTicks
Line 260:
Line 268:
|<code>void _Exit(int status)</code>
|<code>void _Exit(int status)</code>
|Makes the current process exit
|Makes the current process exit
+
|-
+
|OSEffectiveToPhysical
+
|<code>uint32_t OSEffectiveToPhysical(uint32_t addr)</code>
+
|Converts an effective address to its physical representation. For example 0x10000000 becomes 0x50000000.
|-
|-
|OSGetPFID
|OSGetPFID
−
|<code>int OSGetPFID(void)</code>
+
|<code>uint32_t OSGetPFID(void)</code>
|Returns the current process PFID e.g. 0x0000000F
|Returns the current process PFID e.g. 0x0000000F
|-
|-
|OSGetUPID
|OSGetUPID
−
|<code>int OSGetUPID(void)</code>
+
|<code>uint32_t OSGetUPID(void)</code>
|Does the same as OSGetPFID
|Does the same as OSGetPFID
|-
|-
Line 287:
Line 299:
|OSSDKVersionInits
|OSSDKVersionInits
|<code>? OSSDKVersionInits(?)</code>
|<code>? OSSDKVersionInits(?)</code>
−
|Initializes the OS SDK version using the results from __OSGetAppFlags and __OSGetProcessSDKVersion
+
|Initializes the OS SDK version using the results from __OSGetAppFlags and __OSGetProcessSDKVersion. Seems to crash when invoked
+
|-
+
|OSShutdown
+
|<code>void OSShutdown(void)</code>
+
|Shuts down the console. Behaves identical to holding down the power button
|}
|}