SVC: Difference between revisions
No edit summary |
|||
Line 557: | Line 557: | ||
= GetSystemInfo = | = GetSystemInfo = | ||
Type0 value 26(Type1 is unused) writes the total number of processes which were directly launched by the kernel, to Output. For the NATIVE_FIRM/SAFE_MODE_FIRM ARM11 kernel, this is normally 5, for processes sm, fs, pm, loader, and pxi. | Type0 value 26(Type1 is unused) writes the total number of processes which were directly launched by the kernel, to Output. For the NATIVE_FIRM/SAFE_MODE_FIRM ARM11 kernel, this is normally 5, for processes sm, fs, pm, loader, and pxi. | ||
= Kernel error-codes = | |||
{| class="wikitable" border="1" | |||
! Error-code value | |||
! Description | |||
|- | |||
| 0xD8E007F7 | |||
| This error indicates that the input handle used with the SVC does not exist in the process handle-table, or that the handle kernel object type does not match the type used by the SVC. | |||
|} |