From 619396bbdca983f4f44769a89709d830afd5f67a Mon Sep 17 00:00:00 2001 From: Lorenzo Stoakes Date: Tue, 28 Jun 2016 10:30:39 +0100 Subject: [PATCH] Expand scope of VMA functions. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd1b0eb..66f20d8 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ code: [Page table][page-tables] functions relating to page table flags, separated out to avoid the page table functions page getting to huge. -4. [VMA Functions][vma-funcs] - Functions relating to Virtual Memory Areas - (VMAs), which are described in the [Process Address Space][process] section. +4. [VMA Functions][vma-funcs] - Functions relating to memory descriptors and + Virtual Memory Areas (VMAs), which are described in the + [Process Address Space][process] section. ### Forthcoming