By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
(Proofread, please.) Let's add *some* information about this.
Line 2:
Line 2:
The Nintendo 3DS offers support for threading through use of [[SVC]] calls.
The Nintendo 3DS offers support for threading through use of [[SVC]] calls.
+
+
= Processes =
+
+
== Usage ==
+
+
=== CreateCodeSet ===
+
(behavior unconfirmed)
+
+
Allocates memory for a process according to the given CodeSetInfo contents and copies the segment data from the given memory locations to the allocated memory.
+
+
=== CreateProcess ===
+
(behavior unconfirmed)
+
+
Sets up a kernel process using the segments managed by the given CodeSet handle.
+
+
=== Run ===
+
(behavior unconfirmed)
+
+
Sets up the main process thread and appends it to the scheduler queue.