]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
Documentation: Cosmetic changes to memory-layout.txt
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 8 Apr 2014 11:32:51 +0000 (13:32 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 9 Apr 2014 06:43:15 +0000 (08:43 +0200)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Documentation/memory-layout.txt

index 9ec1d25dc3d84f6d2d85aa0f857ee01fa62734c0..43585b6fa5d62d211002da0f76e43d7365f4fb84 100644 (file)
@@ -56,14 +56,14 @@ Size: as defined in the system configuration (see hypervisor_memory.size) [1]
 Remapping region
 ----------------
 
-The remapping region is range of reserved virtual memory in the hypervisor
+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
 x86) and, temporarily, selected guest pages for hypervisor access.
 
 Virtual address: REMAP_BASE
 Size: PAGE_SIZE * NUM_REMAP_BITMAP_PAGES * PAGE_SIZE * 8
 
-        +--------------------------------------+
+        +--------------------------------------+ - lower address
         | Per-CPU Temporary Mapping Region     |
         |                                      |
         +--------------------------------------+
@@ -71,7 +71,7 @@ Size: PAGE_SIZE * NUM_REMAP_BITMAP_PAGES * PAGE_SIZE * 8
         :                                      :
         :                                      :
         |                                      |
-        +--------------------------------------+
+        +--------------------------------------+ - higher address
 
 
 References