Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Sep 29, 2023
1 parent 3b71954 commit 4d1a2c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d1a2c1

Please sign in to comment.