diff --git a/src/pages/portfolio.astro b/src/pages/portfolio.astro index f22a1ce..21a4496 100644 --- a/src/pages/portfolio.astro +++ b/src/pages/portfolio.astro @@ -32,6 +32,18 @@ Since 2023, I host free software based services on the web thanks to my personna
Photo of tera-io, my personnal server

You can find links to services I host on this website's homepage.

+ +

qemush

+ +

+qemush is a wrapper for the QEMU software. This emulator has a lot of features, and running QEMU machines can sometimes require a lot of command line arguments. qemush aims to provide an unified interface and a basic abstract layer to this software. +

+ +

+qemush 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. +

+ +You can find qemush's source code in its repo on my self-hosted instance of the source code forge Forgejo.