diff --git a/README.md b/README.md index b34a91d..4158b75 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ snap connect qemu-virgil:removable-media ## Usage +### Linux + * Download a .iso image of a Linux distribution * Create a VM configuration file; for example `ubuntu.conf` @@ -67,21 +69,25 @@ Starting /media/martin/Quickemu/ubuntu-focal-desktop.conf - ISO: /media/martin/Quickemu/ubuntu/focal-desktop-amd64.iso - CPU: 4 Core(s) - RAM: 4G + - Display: 1664x936 + - Video: VirtIO-VGA - GL: on - Virgil3D: on - Output: SDL - - Display: 1664x936 - smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu - ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221' ``` + * Complete the installation as normal. + ### Windows 10 You can use `quickemu` to run a Windows 10 virtual machine. * [Download Windows 10](https://www.microsoft.com/en-gb/software-download/windows10ISO) - * [Download VirtIO drivers for Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.173-8/virtio-win.iso) + * [Download VirtIO drivers for Windows](https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index.html#virtio-win-direct-downloads) * Create a VM configuration file; for example `windows10.conf` + * The `VIDEO_DRV=qxl` line instructs `quickemu` to use a Windows compatible video driver. ``` iso="/media/$USER/Quickemu/windows10/Win10_1909_English_x64.iso"