summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/configuring_a_system.rst')
-rw-r--r--c-user/configuring_a_system.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 00584c1..a013d45 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -452,8 +452,9 @@ DESCRIPTION:
Otherwise, they are not.
NOTES:
- Dirtying memory can add significantly to system boot time. It may assist
- in finding code that assumes memory starts set to zero. In case
+ Dirtying memory can add significantly to system boot time. It may assist in
+ finding code that incorrectly assumes the content of free memory areas is
+ cleared to zero during system initialization. In case
:ref:`CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY` is also defined, then the
memory is first dirtied and then zeroed.