qemu memory setting
This commit is contained in:
parent
c529632294
commit
a307d3a81e
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2015-12-19 Sat 22:28 -->
|
||||
<!-- 2016-01-05 Tue 15:59 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -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:
|
|||
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">qemu-system-x86_64 filename.img
|
||||
<pre class="src src-bash">qemu-system-x86_64 -m 1G filename.img
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
@ -687,9 +688,9 @@ From there you will be able to perform various tasks, such as backups, adding an
|
|||
<h2 class="footnotes">Footnotes: </h2>
|
||||
<div id="text-footnotes">
|
||||
|
||||
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
|
||||
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <p class="footpara">
|
||||
Photo by <a href="https://www.flickr.com/photos/lilyrhoads/6398868387/in/photolist-aKrSD2-qrZwrp-6LzuVn-6LztvH-6LDC4U-6LDBzj-6Lzsfi-oCuT59-qGa4jb-anKgMq-914kty-pMTbqh-77buJc-9mgVV8-9kuxDx-9kxzk9-9kxyC3-9kxydd-9kuvea-9kuuDg-9kuufv-9kxwmW-9kxvxC-9kurYZ-9kxtKL-9kxtao-9kxsx7-9kupw6-9kuoQZ-9kxqBL-9kunDt-9kxppU-9kumsF-9kxony-9kuksX-9kxnkS-9kujkx-9kuiHk-9kui78-9kxjMy-9kxjbJ-9kuaqi-9kx7Zh-9ku1G6-qCUAg-9jifaD-bSFjEH-9mgJ1W-9fzwjW-6T4cVb">Lily Rhoads</a>, CC BY 2.0
|
||||
</p></div></div>
|
||||
</p></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue