Last active
June 9, 2020 12:46
-
-
Save XZentus/552dfd7357a5833b418d60e3770091f8 to your computer and use it in GitHub Desktop.
Revisions
-
XZentus revised this gist
Jun 9, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ qemu-system-x86_64 \ -enable-kvm \ -cdrom $1 \ -smp 4,cores=4 \ -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \ -usb -device usb-tablet -
XZentus created this gist
May 24, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/sh qemu-system-x86_64 \ -m 8G \ -enable-kvm \ -cdrom $1 \ -smp 4,cores=4 \ -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time -usb -device usb-tablet