LOADER:LoadProcess: Difference between revisions

Steveice10 (talk | contribs)
m Minor name change.
Dazzozo (talk | contribs)
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 and svcSetupProcess. Once finished this writes the KProcess handle to cmdreply[3].
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].