Created
April 1, 2016 15:30
-
-
Save vladbat00/7407d178fc5d38d703ff53b5f75dca8d to your computer and use it in GitHub Desktop.
Qemu install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec qemu-system-x86_64 \ | |
-localtime \ | |
-cpu host \ | |
-enable-kvm \ | |
-boot d -cdrom /home/mvlabat/qemu/WINDOWS.iso \ | |
-hda /home/mvlabat/qemu/WindowsVM.img \ | |
-net nic -net user,hostname=windowsvm \ | |
-m 1G \ | |
-monitor stdio \ | |
-name Windows \ | |
"$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment