NCCH/Extended Header: Difference between revisions
No edit summary |
|||
Line 206: | Line 206: | ||
| 0x1 | | 0x1 | ||
| Resource Limit Category. (0 = APPLICATION, 1 = SYS_APPLET, 2 = LIB_APPLET, 3 = OTHER(sysmodules running under the BASE memregion)) | | Resource Limit Category. (0 = APPLICATION, 1 = SYS_APPLET, 2 = LIB_APPLET, 3 = OTHER(sysmodules running under the BASE memregion)) | ||
|} | |||
=== ARM11 Kernel Flags === | |||
{| class="wikitable" border="1" | |||
|- | |||
! Bit | |||
! Description | |||
|- | |||
| 0 | |||
| Allow debug | |||
|- | |||
| 1 | |||
| Force debug | |||
|- | |||
| 2 | |||
| Allow non-alphanum | |||
|- | |||
| 3 | |||
| Shared page writing | |||
|- | |||
| 4 | |||
| Privilege priority | |||
|- | |||
| 5 | |||
| Allow main() args | |||
|- | |||
| 6 | |||
| Shared device mem | |||
|- | |||
| 7 | |||
| Runnable on sleep | |||
|- | |||
| 8-11 | |||
| Memory type (1: application, 2: system, 3: base) | |||
|- | |||
| 12 | |||
| Special memory | |||
|- | |||
| 13 | |||
| Process has access to CPU core 2 (New3DS only) | |||
|} | |} | ||