5.0.0: Difference between revisions

No edit summary
Line 100: Line 100:
** GetConfig(16), which seems to check whether the Switch is running on a Tegra 210:
** GetConfig(16), which seems to check whether the Switch is running on a Tegra 210:
     return (FUSE_RESERVED_ODM4 & 0x800) &&  FUSE_RESERVED_ODM0 == 0x8E61ECAE &&  FUSE_RESERVED_ODM1  == 0xF2BA3BB2 ?  (FUSE_RESERVED_ODM2 & 0x1F) : 0
     return (FUSE_RESERVED_ODM4 & 0x800) &&  FUSE_RESERVED_ODM0 == 0x8E61ECAE &&  FUSE_RESERVED_ODM1  == 0xF2BA3BB2 ?  (FUSE_RESERVED_ODM2 & 0x1F) : 0
** Getconfig(17), which returns the Package2 meta fields (first 4 words) if package2 is plaintext.
** Getconfig(17), which returns the Package2 hash if booting from recovery mode.


<fill in the rest later>
<fill in the rest later>