SVC: Difference between revisions
m CodeSetInfo is now documented on the Multi-Threading page |
|||
Line 134: | Line 134: | ||
| style="background: red" | No | | style="background: red" | No | ||
| style="background: red" | No | | style="background: red" | No | ||
| Result Run(Handle process, StartupInfo* info) | | Result [[Multi-threading#Run|Run]](Handle process, StartupInfo* info) | ||
| This starts the main() thread. Buf+0 is main-thread priority, Buf+4 is main-thread stack-size. | | This starts the main() thread. Buf+0 is main-thread priority, Buf+4 is main-thread stack-size. | ||
|- | |- | ||
Line 698: | Line 698: | ||
| style="background: red" | No | | style="background: red" | No | ||
| style="background: red" | No | | style="background: red" | No | ||
| Result CreateCodeSet(Handle* handle_out, struct CodeSetInfo, u32 code_ptr, u32 ro_ptr, u32 data_ptr) | | Result [[Multi-threading#CreateCodeSet|CreateCodeSet]](Handle* handle_out, struct CodeSetInfo, u32 code_ptr, u32 ro_ptr, u32 data_ptr) | ||
| | | | ||
|- | |- | ||
Line 712: | Line 712: | ||
| style="background: red" | No | | style="background: red" | No | ||
| style="background: red" | No | | style="background: red" | No | ||
| Result CreateProcess(Handle* handle_out, Handle codeset_handle, u32 [[NCCH/Extended_Header#ARM11_Kernel_Capabilities|arm11kernelcaps_ptr]], u32 arm11kernelcaps_num) | | Result [[Multi-threading#CreateProcess|CreateProcess]](Handle* handle_out, Handle codeset_handle, u32 [[NCCH/Extended_Header#ARM11_Kernel_Capabilities|arm11kernelcaps_ptr]], u32 arm11kernelcaps_num) | ||
| | | | ||
|- | |- |