]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
Documentation: Add references to memory-layout.txt
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 11 Mar 2014 10:30:43 +0000 (11:30 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Tue, 11 Mar 2014 10:30:43 +0000 (11:30 +0100)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Documentation/memory-layout.txt

index 406c998337dd98396d2206096d8f44e16f8b8faa..9ec1d25dc3d84f6d2d85aa0f857ee01fa62734c0 100644 (file)
@@ -17,10 +17,10 @@ in the hypervisor and the Linux address space. This identical mapping is
 required during startup and shutdown of the hypervisor.
 
 Virtual address: JAILHOUSE_BASE
-Size: as defined in the system configuration (see hypervisor_memory.size)
+Size: as defined in the system configuration (see hypervisor_memory.size) [1]
 
         +--------------------------------------+ - lower address
-        | Header (see struct jailhouse_header) |
+        | Header [2]                           |
         +--------------------------------------+
         | Text Segment                         |
         |                                      |
@@ -72,3 +72,10 @@ Size: PAGE_SIZE * NUM_REMAP_BITMAP_PAGES * PAGE_SIZE * 8
         :                                      :
         |                                      |
         +--------------------------------------+
+
+
+References
+----------
+
+[1] Documentation/configuration-format.txt
+[2] Documentation/bootstrap-interface.txt