From a307d3a81eea1550e292e129515b92a7f3597a6d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 5 Jan 2016 16:02:14 +0000 Subject: [PATCH] qemu memory setting --- website/EN/installation.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/EN/installation.html b/website/EN/installation.html index 64b5f367..f4a5d5d4 100644 --- a/website/EN/installation.html +++ b/website/EN/installation.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -75,7 +75,8 @@ td.org-left { text-align: left; } td.org-center { text-align: center; } dt { font-weight: bold; } - .footpara { display: inline; } + .footpara:nth-child(2) { display: inline; } + .footpara { display: block; } .footdef { margin-bottom: 1em; } .figure { padding: 1em; } .figure p { text-align: center; } @@ -421,7 +422,7 @@ Virtualbox and Qemu are supported. You can run a 64 bit Qemu image with:
-
qemu-system-x86_64 filename.img
+
qemu-system-x86_64 -m 1G filename.img
 
@@ -687,9 +688,9 @@ From there you will be able to perform various tasks, such as backups, adding an

Footnotes:

-
1

+

1

Photo by Lily Rhoads, CC BY 2.0 -

+