diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 75653312ac..427f08687b 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: September 7, 2010
+Last Updated: September 8, 2010
nuttx-5.11 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + * configs/ea3131/src/up_fillpage.c - Added new configuration item + CONFIG_PAGING_BINPATH. If CONFIG_PAGING_BINPATH is defined, then it + is the full path to a file on a mounted file system that contains + a binary image of the NuttX executable. Pages will be filled by + reading from offsets into this file that correspond to virtual + fault addresses. up_fillpage.c implements logic to perform page + files using the CONFIG_PAGING_BINPATH file. + pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> buildroot-1.9 2010-xx-xxdiff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2f3d8af8f7..2237afa01f 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@ NuttX RTOS Porting Guide
-Last Updated: August 29, 2010
+Last Updated: September 8, 2010
@@ -2294,6 +2294,7 @@ buildGeneral OS setup
+
- @@ -2569,6 +2570,11 @@ build
CONFIG_DEBUG
: enables built-in debug optionsCONFIG_PAGING_VECL2VADDR
: This is the virtual address of the L2 page table entry to use for the vector mapping. +- +
CONFIG_PAGING_BINPATH
: + IfCONFIG_PAGING_BINPATH
is defined, then it is the full path to a file on a mounted file system that contains a binary image of the NuttX executable. + Pages will be filled by reading from offsets into this file that correspond to virtual fault addresses. +The following can be used to disable categories of APIs supported