From 343ee44de4a64bc97710084b95befae2d31cbafc Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Apr 2011 15:04:57 +0000 Subject: [PATCH] Integrate syscall with existing svcall logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3472 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 1f27a55653e..5efc76e6c3e 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: April 5, 2011

+

Last Updated: April 6, 2011

@@ -3000,6 +3000,17 @@ build +

+ Kernel build options: +

+ +

OS setup related to on-demand paging: