Configuration Memory

From 3dbrew
Revision as of 03:53, 21 July 2012 by Yellows8 (talk | contribs) (Created page with "== Registers == {| class="wikitable" border="1" ! NAME ! PHYSICAL ADDRESS ! PROCESS VIRTUAL ADDRESS ! KERNEL VIRTUAL ADDRESS ! WIDTH |- | REG_MENUTID | ? | 0x1FF80008 | ? | ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Registers

NAME PHYSICAL ADDRESS PROCESS VIRTUAL ADDRESS KERNEL VIRTUAL ADDRESS WIDTH
REG_MENUTID ? 0x1FF80008 ? 8
REG_SYSCOREVER ? 0x1FF80010 ? 4

REG_MENUTID

This register contains the titleID of the first title to launch after various system processes loaded.(This is normally the home menu titleID) If this register titleID is all-zero, the system will not attempt to launch the title.

REG_SYSCOREVER

When launching CXIs, this register value must match the core version field stored in the CXI exheader. If they do not match, the system will refuse to launch the process.