SVC: Difference between revisions
Line 242: | Line 242: | ||
== svcMapMemory == | == svcMapMemory == | ||
Maps a memory range into a different range. Used for adding guard pages around stack. | |||
Source range gets reprotected to ---, and sets bit0 is set in [[#MemoryAttribute]]. | |||
Destination range is enforced to be within a special region. Code can get the range of this region from [[#svcGetInfo]] id0=2,3. | |||
== svcCreateThread == | == svcCreateThread == |