Install QEMU using Scoop
scoop install qemu
- Get folder "C:\sofia\scoop\apps\qemu"
- Add that folder to your local environment PATH variable.
- Create a new folder "C:\sofia\qemu" where you can put other images you download and configurations.
Acceptance Criteria
- WHEN I start a command console (cmd)
- AND I run
qemu-system-x86_64 --machine help
- THEN I see a list of machines that the x86_64 system supports.