blob: 3c303823deb1b691b496f301c589abd6f3a2c624 [file] [log] [blame]
================
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.