Process Manager Services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= Process Manager app | = Process Manager app service "pm:app" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 33: | Line 33: | ||
|} | |} | ||
= Process Manager debug | = Process Manager debug service "pm:dbg" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 46: | Line 46: | ||
|} | |} | ||
A maximum of three sessions can be open with both of these | A maximum of three sessions can be open with both of these services combined, therefore only three processes can use either of these ports at once. | ||
Revision as of 04:01, 2 May 2013
Process Manager app service "pm:app"
| Command Header | Description |
|---|---|
| 0x00010140 | LaunchTitle |
| 0x00020082 | LaunchFIRMSetParams |
| 0x00030080 | Terminates processes. |
| 0x00040100 | TerminateProcessTID |
| 0x000500C0 | Mostly the same as TerminateProcessTID, except this uses an unknown process field instead of the TID. |
| 0x0006.... | Initialize |
| 0x00070042 | GetFIRMLaunchParams |
| 0x00080100 | GetTitleProgramID |
| 0x00090042 | SetFIRMLaunchParams |
Process Manager debug service "pm:dbg"
| Command Header | Description |
|---|---|
| 0x0001.... | LaunchTitleDebug |
| 0x0002.... | LaunchTitle |
A maximum of three sessions can be open with both of these services combined, therefore only three processes can use either of these ports at once.