Difference between revisions of "Loader Services"

From 3dbrew
Jump to navigation Jump to search
(Created page with "Category:Services = Loader service "Loader" = {| class="wikitable" border="1" |- ! Command Header ! Description |- | 0x0001.... | Initialize, this maps 0x10000000 and reads...")
 
m (GetProgramInfo)
 
(5 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
!  Description
 
!  Description
 
|-
 
|-
| 0x0001....
+
| 0x00010080
| Initialize, this maps 0x10000000 and reads ExeFS there.
+
| [[LOADER:LoadProcess|LoadProcess]]
 
|-
 
|-
| 0x0002....
+
| 0x00020200
| RegisterProgram
+
| [[LOADER:RegisterProgram|RegisterProgram]]
 
|-
 
|-
| 0x0003....
+
| 0x00030080
| UnregisterProgram
+
| [[LOADER:UnregisterProgram|UnregisterProgram]]
 
|-
 
|-
| 0x0004....
+
| 0x00040080
| Shutdown
+
| [[LOADER:GetProgramInfo|GetProgramInfo]]
 
|}
 
|}

Latest revision as of 08:32, 11 October 2015

Loader service "Loader"[edit]

Command Header Description
0x00010080 LoadProcess
0x00020200 RegisterProgram
0x00030080 UnregisterProgram
0x00040080 GetProgramInfo