RO Services: Difference between revisions

Line 13: Line 13:
| 0x00020082
| 0x00020082
| [[2.0.0-2]]
| [[2.0.0-2]]
| [[RO:LoadCRR|LoadCCR]]
| [[RO:LoadCRR|CRR_Load]]
|-
|-
| 0x00030042
| 0x00030042
| [[2.0.0-2]]
| [[2.0.0-2]]
| [[RO:UnloadCCR|UnloadCCR]]
| [[RO:UnloadCCR|CRR_Unload]]
|-
|-
| 0x000402C2
| 0x000402C2
| [[2.0.0-2]]
| [[2.0.0-2]]
| [[RO:LoadExeCRO|LoadExeCRO]]
| [[RO:LoadExeCRO|CRO_LoadAndFix]]
|-
|-
| 0x000500C2
| 0x000500C2
| [[2.0.0-2]]
| [[2.0.0-2]]
| [[RO:LoadCROSymbols|LoadCROSymbols]]
| [[RO:LoadCROSymbols|CRO_ApplyRelocationPatchesAndLink]]
|-
|-
| 0x00060042
| 0x00060042
| [[2.0.0-2]]
| [[2.0.0-2]]
|  
| CRO_Load?
|-
|-
| 0x00070042
| 0x00070042
| [[2.0.0-2]]
| [[2.0.0-2]]
|  
| CRO_PerformLinkage?
|-
|-
| 0x00080042
| 0x00080042
Line 45: Line 45:


This service API is used for CTR "DLLs"/shared libraries: [[CRO0|CRO]].
This service API is used for CTR "DLLs"/shared libraries: [[CRO0|CRO]].
= Version history =
{| class="wikitable" border="1"
|-
!  Version
!  Changes
|-
| v0
| Initial version.
|-
| v1024
| Removed access for SVC's: 5,7,D,E,10.
Cmd5 now sets the last segment in the CRO binary to R-X when it's done.
|-
|}