Mysteries: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
* What is the CTR abbreviation? | * What is the CTR abbreviation? | ||
: C may stand for Chiheisen ("horizon" in Japanese, the O3DS's codename being "Project Horizon"). | : C may stand for Chiheisen ("horizon" in Japanese, the O3DS's codename being "Project Horizon"). | ||
:: Not true, Horizon refers to the OS. | |||
== Hardware == | == Hardware == | ||
Line 21: | Line 22: | ||
=== Is there a secret message embedded in the 3DS keyscrambler constant? === | === Is there a secret message embedded in the 3DS keyscrambler constant? === | ||
'''Background:''' TWL keyscrambler constant was Nintendo in Japanese, utf-8 encoded. | '''Background:''' TWL keyscrambler constant was Nintendo in Japanese, utf-8 encoded. | ||
=== What is the PDN abbreviation? === | |||
: Power distribution network | |||
== Software == | == Software == | ||
Line 27: | Line 31: | ||
=== What did SVC 0x74 in the ARM11 kernel do before it got stubbed? === | === What did SVC 0x74 in the ARM11 kernel do before it got stubbed? === | ||
=== What is the PTM abbreviation? === | === What is the PTM abbreviation? === | ||
=== Why is the DTCM not used anywhere except bootrom? === | === Why is the DTCM not used anywhere except bootrom? === | ||
'''Background:''' Bootrom is known to use part of DTCM as state, memsetting it to 0 when it's done. After that, it is never used again. | '''Background:''' Bootrom is known to use part of DTCM as state, memsetting it to 0 when it's done. After that, it is never used again. |