nuttx/Documentation/reference/os/paging.rst
Brennan Ashton 23cd1e030e Docs: Fix broken links and references in docs
Also add to the CI a problem matcher to better report issues

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-10-22 10:22:11 -03:00

14 lines
592 B
ReStructuredText

================
On-Demand Paging
================
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 certain 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 separate document. Please see the
:ref:`NuttX Demand Paging <ondemandpaging>` design document
for further information.