pages/portfolio : description qemush
This commit is contained in:
parent
8e6724c7d2
commit
d82d5ef3b0
1 changed files with 12 additions and 0 deletions
|
@ -32,6 +32,18 @@ Since 2023, I host free software based services on the web thanks to my personna
|
||||||
<figcaption>Photo of <code>tera-io</code>, my personnal server</figcaption>
|
<figcaption>Photo of <code>tera-io</code>, my personnal server</figcaption>
|
||||||
|
|
||||||
<p>You can find links to services I host on <a href="/">this website's homepage</a>.</p>
|
<p>You can find links to services I host on <a href="/">this website's homepage</a>.</p>
|
||||||
|
|
||||||
|
<h2><code>qemush</code></h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<code>qemush</code> is a wrapper for the <b>QEMU</b> software. This emulator has a lot of features, and running QEMU machines can sometimes require a lot of command line arguments. <code>qemush</code> aims to provide an unified interface and a basic abstract layer to this software.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<code>qemush</code> is written in a very portable way (in POSIX shell). It works with a system of launchers : a laucher is an user-written subscript called by the main program, that invokes a QEMU process in the end.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
You can find <code>qemush</code>'s source code in <a href="https://git.ahur.ac/ahurac/qemush">its repo</a> on my self-hosted instance of the source code forge <b>Forgejo</b>.
|
||||||
</Page>
|
</Page>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue