Configuration Memory: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
! WIDTH | ! WIDTH | ||
|- | |- | ||
| ? | | KERNEL_? | ||
| 0x1FF80000 | | 0x1FF80000 | ||
| 1 | | 1 | ||
Line 50: | Line 50: | ||
|- | |- | ||
| ? | | ? | ||
| 0x1FF80044 | |||
| 4 | |||
|- | |||
| ? | |||
| 0x1FF80048 | |||
| 4 | |||
|- | |||
| FIRM_? | |||
| 0x1FF80060 | | 0x1FF80060 | ||
| 1 | | 1 | ||
Line 167: | Line 175: | ||
== APPMEMALLOC == | == APPMEMALLOC == | ||
This contains the total size of the memory that can be allocated with the application [[SVC|memory-type]]. On retail this is 64MB for [[3DS_Development_Unit_Software#Config|prod]]. | This contains the total size of the memory that can be allocated with the application [[SVC|memory-type]]. On retail this is 64MB for [[3DS_Development_Unit_Software#Config|prod]]. | ||
== 0x1FF80044 == | |||
The size value for this field is: 0x08000000 - (APPMEMALLOC + *0x1FF80048).(Total FCRAM size - APPMEMALLOC - *0x1FF80048) | |||
== 0x1FF80048 == | |||
Normally this is value 0x1400000, for size 20MB. | |||
= Shared Memory Page Fields = | = Shared Memory Page Fields = |