diff --git a/Documentation/NuttXDemandPaging.html b/Documentation/NuttXDemandPaging.html index 1d54ec0911..dc0d5d6ae2 100755 --- a/Documentation/NuttXDemandPaging.html +++ b/Documentation/NuttXDemandPaging.html @@ -128,7 +128,7 @@
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 permits embedded MCUs with some limited RAM space to execute large programs from some non-random access media. This feature was first discussed in this email thread: http://tech.groups.yahoo.com/group/nuttx/message/213.
@@ -152,7 +152,7 @@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. + It can copy .text from the large program in non-volatile media into RAM as needed to execute a huge program from the small RAM.
Last Updated: July 12, 2010
+Last Updated: August 14, 2010
@@ -98,7 +98,8 @@ 4.2.3sched_process_timer()
irq_dispatch()
- 4.3 LED Support
+ 4.3 On-Demand Pagingmake
.
the appropriate, registered handling logic.
-+ The NuttX On-Demand Paging feature permits embedded MCUs with some limited RAM space to execute large programs from some non-random access media. + If the platform meets certiain requirements, 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 a huge program from the small RAM. + Design and porting issues for this feature are discussed in a sepate document. + Please see the NuttX Demand Paging design document for further information. +
+ +A board architecture may or may not have LEDs.