QEMU: Difference between revisions

imported>Mkg20001
m Fix formatting
imported>Abowen
Add Quick EMU information
Line 2: Line 2:


== Install ==
== Install ==
<syntaxhighlight lang=nix>
<syntaxhighlight lang=nix>
   environment = {
   environment = {
Line 7: Line 8:
   };
   };
</syntaxhighlight>
</syntaxhighlight>
=== Quick EMU ===
Quickly create and run highly optimised desktop virtual machines for Linux, macOS and Windows; with just two commands.
https://github.com/quickemu-project/quickemu
```
quickget windows 11
quickemu --vm windows-11.conf
```


== Booting UEFI ==
== Booting UEFI ==