diff options
Diffstat (limited to 'README.background')
-rw-r--r-- | README.background | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.background b/README.background index 9c35250..4acab8e 100644 --- a/README.background +++ b/README.background @@ -132,9 +132,9 @@ addr memory that is being tested... |0x200000 | |RAM_E e820 map which we have stored in v->pmap[] array, since all memory in the selected window address range may correspond to RAM or can be usable. A list of segments within the window is - created , which contain the usable portions of the window. + created, which contain the usable portions of the window. This is stored in v->mmap[] array. - vi. Once the v->mmap[] array populated, we have the list of + vi. Once the v->mmap[] array is populated, we have the list of non-overlapping segments in the current window which are the final address ranges that can be tested. The BSP executes the test first and lets each AP execute the test one by one. Once |