# HG changeset patch # User Jonathan Knowles # Date 1258027575 0 # Node ID 5376ed68eabad620f4ee2b84d3ce41647b913d57 # Parent 334087e86438b03550de9c423c0c0a1057e122d0 Updates the ASCII-art memory documentation to reflect the recent change that subtracts the VGA framebuffer size from the value of start_mem passed into the domain builder. Signed-off-by: Jonathan Knowles diff -r 334087e86438 -r 5376ed68eaba ocaml/xenops/memory.ml --- a/ocaml/xenops/memory.ml Wed Nov 11 16:55:51 2009 +0000 +++ b/ocaml/xenops/memory.ml Thu Nov 12 12:06:15 2009 +0000 @@ -100,27 +100,29 @@ (* === Domain memory breakdown ============================================== *) -(* ╤ ╔════════════════╗ ╤ *) -(* │ ║ shadow ║ │ *) -(* │ ╠════════════════╣ │ *) -(* overhead │ ║ extra external ║ │ *) -(* │ ╠════════════════╣ ╤ │ *) -(* │ ║ extra internal ║ │ │ *) -(* ╪ ╠════════════════╣ ╤ │ │ *) -(* │ ║ video ║ │ actual │ │ footprint *) -(* │ ╠════════════════╣ ╤ │ / │ xen │ *) -(* │ ║ ║ │ │ start │ maximum │ *) -(* │ ║ ║ │ │ / │ │ *) -(* │ ║ guest ║ │ │ target │ │ *) -(* │ ║ ║ │ │ / │ │ *) -(* static │ ║ ║ │ │ total │ │ *) -(* maximum │ ╟────────────────╢ │ ╧ ╧ ╧ *) -(* │ ║ ║ │ *) -(* │ ║ ║ │ *) -(* │ ║ balloon ║ │ build *) -(* │ ║ ║ │ maximum *) -(* │ ║ ║ │ *) -(* ╧ ╚════════════════╝ ╧ *) +(* ╤ ╔══════════╗ ╤ *) +(* │ ║ shadow ║ │ *) +(* │ ╠══════════╣ │ *) +(* overhead │ ║ extra ║ │ *) +(* │ ║ external ║ │ *) +(* │ ╠══════════╣ ╤ │ *) +(* │ ║ extra ║ │ │ *) +(* │ ║ internal ║ │ │ *) +(* ╪ ╠══════════╣ ╤ │ │ footprint *) +(* │ ║ video ║ │ │ │ *) +(* │ ╠══════════╣ ╤ ╤ │ actual │ xen │ *) +(* │ ║ ║ │ │ │ / │ maximum │ *) +(* │ ║ ║ │ │ │ target │ │ *) +(* │ ║ guest ║ │ │ build │ / │ │ *) +(* │ ║ ║ │ │ start │ total │ │ *) +(* static │ ║ ║ │ │ │ │ │ *) +(* maximum │ ╟──────────╢ │ ╧ ╧ ╧ ╧ *) +(* │ ║ ║ │ *) +(* │ ║ ║ │ *) +(* │ ║ balloon ║ │ build *) +(* │ ║ ║ │ maximum *) +(* │ ║ ║ │ *) +(* ╧ ╚══════════╝ ╧ *) (* === Domain memory breakdown: HVM guests ================================== *)