From 4d1a2c1b51b230c7e24ade66b525b78b996f5e92 Mon Sep 17 00:00:00 2001 From: Lucas Machado Zainote <95252125+lucasmz1@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:32:25 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6c28311..9d30c76 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,13 @@ To run QEMU a virtual machine emulator from this cantrainer. which architectures are possible to run ussing this appimage? almost all of then which is supported by QEMU. In this repository you may find a text file with examples for ussing This QEMU AppImage, of course it's all in portuguese, but no need worries... those commands are the same for every single use o QEMU. if you had doubts about the use you can find me in Telegram: @lucasmzainote. + +useful commands! + +this one bellow creat an hard drive + +./QEMU-x86_64.AppImage qemu-img create -f qcow2 windows10.qcow2 30G + +this other example boot the iso file + +./QEMU-x86_64.AppImage qemu-system-x86_64 -enable-kvm -cpu host -smp cores=2 -m 4G -name 'Manjaro' -boot d -hda ~/Documentos/Manjaro.qcow2 -cdrom ~/Documentos/manjaro-gnome-21.3.7-220816-linux515.iso