Line 6:
Line 6:
= Header =
= Header =
−
This just contains the 0x100-byte struct [[#OSImageHeader|OSImageHeader]].
+
This just contains the 0x100-byte struct [[#BootOSImageHeader|BootOSImageHeader]].
−
== OSImageHeader ==
+
== BootOSImageHeader ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 539:
Line 539:
| 0x5C || 0x52 || void || IOS_FlushDCache || void *ptr, u32 len
| 0x5C || 0x52 || void || IOS_FlushDCache || void *ptr, u32 len
|-
|-
−
| 0x5D || 0x53 || IOSError || [[#LaunchOS|LaunchOS]] || [[#OSImageHeader|OSImageHeader]] *os_image
+
| 0x5D || 0x53 || IOSError || [[#LaunchOS|LaunchOS]] || [[#BootOSImageHeader|BootOSImageHeader]] *os_image
|-
|-
| 0x5E || 0x54 || void || GetOSVersion || u32 *major, u16 *minor
| 0x5E || 0x54 || void || GetOSVersion || u32 *major, u16 *minor