Lines Matching +full:- +full:- +full:exit +full:- +full:code
1 .. zephyr:code-sample:: demand-paging
3 :relevant-api: mem-demand-paging
5 Leverage demand paging to deal with code bigger than available RAM.
11 firmware bigger than the available RAM if XIP is not possible. Select code
13 evicted for more code to be executed when memory is exhausted.
28 .. zephyr-app-commands::
29 :zephyr-app: samples/subsys/demand_paging
30 :host-os: unix
38 .. code-block:: console
40 *** Booting Zephyr OS build v3.7.0-2108-g5975c3785356 ***
41 Calling huge body of code that doesn't fit in memory
47 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.