SVC: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
|-
|-
| 0x1  
| 0x1  
| ControlMemory
| ControlMemory(Handle*, addr, unk, size, unk, permissions)
|-
|-
| 0x2  
| 0x2  
Line 95: Line 95:
|-
|-
| 0x1F  
| 0x1F  
| MapMemoryBlock
| MapMemoryBlock(Handle, addr, permissions, unk)
|-
|-
| 0x20  
| 0x20  
Line 326: Line 326:
|}
|}


Calling svcBreak on retail will only terminate the process which called this SVC.
Calling svcBreak on retail will only terminate the process which called this SVC. Only ControlMemory and MapMemoryBlock can be used to map memory pages, these SVCs only support mapping execute-never R/W pages.