Difference between revisions of "Process Manager Services"

From 3dbrew
Jump to navigation Jump to search
m (TerminateNonEssential link.)
m (Removed as unused and for consistency.)
Line 49: Line 49:
 
|-
 
|-
 
!  Command Header
 
!  Command Header
!  Available since system version
 
 
!  Description
 
!  Description
 
|-
 
|-
 
| 0x00010140
 
| 0x00010140
|
 
 
| [[PMDbg:LaunchTitleDebug|LaunchTitleDebug]]
 
| [[PMDbg:LaunchTitleDebug|LaunchTitleDebug]]
 
|-
 
|-
 
| 0x00020140
 
| 0x00020140
|
 
 
| [[PMDbg:LaunchTitle|LaunchTitle]]
 
| [[PMDbg:LaunchTitle|LaunchTitle]]
 
|-
 
|-
 
| 0x00030000
 
| 0x00030000
| ?
 
 
| [[PMDbg:RunQueuedProcess|RunQueuedProcess]]
 
| [[PMDbg:RunQueuedProcess|RunQueuedProcess]]
 
|}
 
|}
  
 
A maximum of three sessions can be open with both of these services combined, therefore only three processes can use either of these services at once.
 
A maximum of three sessions can be open with both of these services combined, therefore only three processes can use either of these services at once.

Revision as of 01:36, 14 October 2015

Process Manager app service "pm:app"

Command Header Description
0x00010140 LaunchTitle
0x00020082 LaunchFIRMSetParams
0x00030080 TerminateLastLaunched
0x00040100 TerminateProcessTID
0x000500C0 TerminateProcessId
0x00060082 TerminateNonEssential
0x00070042 GetFIRMLaunchParams
0x00080100 GetTitleExheaderFlags
0x00090042 SetFIRMLaunchParams
0x000A0140 SetResourceLimit
0x000B0140 GetResourceLimitMax
0x000C0080 UnregisterProcess
0x000D0240 LaunchTitleUpdate

Process Manager debug service "pm:dbg"

Command Header Description
0x00010140 LaunchTitleDebug
0x00020140 LaunchTitle
0x00030000 RunQueuedProcess

A maximum of three sessions can be open with both of these services combined, therefore only three processes can use either of these services at once.