18 lines
460 B
Text
Executable file
18 lines
460 B
Text
Executable file
#
|
|
# MZ configuration
|
|
#
|
|
|
|
config MEMORY_ZEROISATION
|
|
bool "Support memory zeroisation"
|
|
default n
|
|
help
|
|
Support memory zeroisation feature which does zeroing of free pages.
|
|
The purpose of this is to zeroise specific memory
|
|
when target process exit.
|
|
|
|
config MZ_PAGE_V2
|
|
bool "Page functions version"
|
|
default n
|
|
help
|
|
MZ page management code have dependency on kernel.
|
|
This version need to be change when kernel page code is changed.
|