-
CONFIG_DEMAND_PAGING
¶
Enable demand paging [EXPERIMENTAL]
Type: bool
Help¶
Enable demand paging. Requires architecture support in how the kernel is linked and the implementation of an eviction algorithm and a backing store for evicted pages.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/Kconfig:637
Included via Kconfig:8
→ Kconfig.zephyr:29
Menu path: (Top) → Enable MMU features
config DEMAND_PAGING bool "Enable demand paging [EXPERIMENTAL]" depends onARCH_HAS_DEMAND_PAGING
&&MMU
help Enable demand paging. Requires architecture support in how the kernel is linked and the implementation of an eviction algorithm and a backing store for evicted pages.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)