diff --git a/ChangeLog b/ChangeLog index ae334456f0a..c2ddcaeb46d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1206,3 +1206,6 @@ GPIO interrupts. * arch/arm/src/lm3s/lm3s_internal.h and lm3s_gpio.c - Fixed the encoding of GPIO port number that limited support for GPIO ports to 8 + * sched/pg_*.c and *.c and include/nuttx/page.h - Implemented the + common, core logic for on-demand paging. See + http://www.nuttx.org/NuttXDemandPaging.html for details. \ No newline at end of file diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 62cbcf51240..203651a679e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: August 12, 2010
+Last Updated: August 14, 2010
+
- This document summarizes the design of NuttX on-demand page. + This document summarizes the design of NuttX on-demand paging. This feature permits embedded MCUs with some limited RAM space to execute large programs some some non-random access media. This feature was first discussed in this email thread: http://tech.groups.yahoo.com/group/nuttx/message/213. @@ -143,15 +143,15 @@
- If the platforms meets these requirement, then NuttX can provide on-demand paging: + If the platform meets these requirement, then NuttX can provide on-demand paging: It can copy .text from the large program in non-volatile media into RAM as needed to execute the huge program from the small RAM.
diff --git a/Documentation/NuttXLinks.html b/Documentation/NuttXLinks.html index 972ae8b0ec9..681dc9329f6 100755 --- a/Documentation/NuttXLinks.html +++ b/Documentation/NuttXLinks.html @@ -45,6 +45,7 @@