nuttx/Documentation/reference/os/paging.rst
2020-08-24 10:29:55 -07:00

14 lines
597 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
`NuttX Demand Paging <NuttXDemandPaging.html>`__ design document
for further information.