LOADER:LoadProcess: Difference between revisions
Steveice10 (talk | contribs) m Minor name change. |
No edit summary |
||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
This maps 0x10000000 and reads ExeFS:/.code there, then decompresses it if needed. This then uses svcCreateProcess | This maps 0x10000000 and reads ExeFS:/.code there, then decompresses it if needed. This then uses svcCreateCodeSet and then svcCreateProcess. Once finished this writes the KProcess handle to cmdreply[3]. |