diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 22:05:24 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 22:05:24 +0300 |
| commit | 0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 (patch) | |
| tree | 64822a223696279b0869417a59a8112a7de5ad66 /docs/wiki/qemu-amd64-(QEMU-for-x86_64) | |
| parent | 91d00222d692b80a8eb22f0f193479545846ac89 (diff) | |
Initial static build
Diffstat (limited to 'docs/wiki/qemu-amd64-(QEMU-for-x86_64)')
| -rw-r--r-- | docs/wiki/qemu-amd64-(QEMU-for-x86_64)/index.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/docs/wiki/qemu-amd64-(QEMU-for-x86_64)/index.html b/docs/wiki/qemu-amd64-(QEMU-for-x86_64)/index.html new file mode 100644 index 0000000..fa291d8 --- /dev/null +++ b/docs/wiki/qemu-amd64-(QEMU-for-x86_64)/index.html @@ -0,0 +1,66 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + <title>postmarketOS</title> + + <meta name="description" content="Aiming for a 10 year life-cycle for smartphones"> + <meta name="keywords" content="postmarketOS"> + + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="robots" content="all"> + + <link rel="canonical" href="https://postmarketos.org/wiki/qemu-amd64-(QEMU-for-x86_64)/"> + + <link href="/static/css/tachyons.min.css" rel="stylesheet"> + <link href="/static/css/main.css" rel="stylesheet"> + </head> + + <body> + <div class="mw7 center"> + <div class="cf ph2-ns"> + <a class="title" href="/"> + <h1 class="f2 lh-title"> + <img src="/static/img/recycle.png"></img> + <span>postmarketOS</span> + </h1> + </a> + <div class="menu"> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/wiki/">Wiki</a></li> + <li><a href="/blog/">Blog</a></li> + </ul> + </div> + +<h1>qemu amd64 (QEMU for x86_64)</h1> +<p>This device is used for testing purposes. It is possible to run postmarketOS in a x86_64 Virtual Machine. Note that only 64bits CPUs work.</p> +<p>QEMU will emulate the default x86_64 architecture (see <code>qemu-system-x86_64 -machine help</code> for more choices).</p> +<h3>Contributors</h3> +<ul> +<li>ollieparanoid</li> +<li>MartijnBraam</li> +</ul> +<h3>What works</h3> +<ul> +<li>Compilation of kernel, system and initramfs</li> +<li>Storage</li> +<li>Network</li> +<li>Keyboard and mouse</li> +</ul> +<h3>Starting qemu</h3> +<pre class="codehilite"><code class="language-bash">$ ./pmbootstrap.py init # Choose qemu-amd64 as device +$ ./pmbootstrap.py install +$ ./pmbootstrap.py qemu</code></pre> + + +<h3>Links</h3> +<h3>Screenshot</h3> +<p><img alt="screenshot_2017-08-03_16-43-26" src="https://user-images.githubusercontent.com/1565836/28927507-087fb78a-786b-11e7-8dea-96e8afe2acd9.png" /></p> + + </div> + </div> + </body> +</html>
\ No newline at end of file |
