mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00: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:
parent
f59bddd6ff
commit
343ee44de4
1 changed files with 12 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue