+ _("<p><b>Memory size</b> specifies the amount of RAM, in megabytes, to allocate to the virtual machine when it starts.</p>");
if (VM::GetVirtualizationType() == "full") {
help_text = help_text
+ _("<p>By default, Xen will emulate a <b>Cirrus Logic</b> graphics card for fully virtualized guests. If your operating system does not support that, select <b>Standard VGA</b>.</p>")
+ _("<p>You may display the fully virtualized guest's screen using <b>SDL</b> or <b>VNC</b>. SDL is best when displaying locally; VNC is better when displaying remotely. Note that closing an SDL window terminates the VM, whereas VNC can reconnect to the VM at any time.</p>");
}
else {
help_text = help_text
+ _("<p>The <b>number of virtual CPUs</b> may exceed the number of physical CPUs.</p>");
}
help_text = help_text
+ _("<p>The <b>virtual hardware clock</b> can be set to local time or UTC. Pick the setting that is compatible with your VM's operating system.</p>");