mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Integrate syscall with existing svcall logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3472 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<h1><big><font color="#3c34ec">
|
||||
<i>NuttX RTOS Porting Guide</i>
|
||||
</font></big></h1>
|
||||
<p>Last Updated: April 5, 2011</p>
|
||||
<p>Last Updated: April 6, 2011</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -3000,6 +3000,17 @@ build
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Kernel build options:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code>CONFIG_NUTTX_KERNEL</code>: Builds NuttX as a separately compiled kernel.
|
||||
</li>
|
||||
<code>CONFIG_SYS_RESERVED</code>: Reserved system call values for use by architecture-specific logic.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
OS setup related to on-demand paging:
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user