From d97a354cab4001d812c566f6b4ef6c1702e05929 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Thu, 13 Feb 2014 17:09:42 +0100 Subject: [PATCH] Documentation: Clarify memory layout Make sure that it is clear where lower and higher addresses are. And fix a typo at this chance. Signed-off-by: Jan Kiszka --- Documentation/memory-layout.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/memory-layout.txt b/Documentation/memory-layout.txt index 6e185ab..406c998 100644 --- a/Documentation/memory-layout.txt +++ b/Documentation/memory-layout.txt @@ -19,7 +19,7 @@ required during startup and shutdown of the hypervisor. Virtual address: JAILHOUSE_BASE Size: as defined in the system configuration (see hypervisor_memory.size) - +--------------------------------------+ + +--------------------------------------+ - lower address | Header (see struct jailhouse_header) | +--------------------------------------+ | Text Segment | @@ -50,7 +50,7 @@ Size: as defined in the system configuration (see hypervisor_memory.size) : : : : | | | | | +-----------------------------+ | - +--------------------------------------+ + +--------------------------------------+ - higher address Remapping region @@ -58,7 +58,7 @@ Remapping region The remapping region is range of reserved virtual memory in the hypervisor address space. It is used to map MMIO, platform configuration memory (ACPI on -x96) and, temporarily, selected guest pages for hypervisor access. +x86) and, temporarily, selected guest pages for hypervisor access. Virtual address: REMAP_BASE Size: PAGE_SIZE * NUM_REMAP_BITMAP_PAGES * PAGE_SIZE * 8 -- 2.39.2