Compare commits
3 commits
8581ef7c0b
...
2a21f13e86
Author | SHA1 | Date | |
---|---|---|---|
|
2a21f13e86 | ||
|
17825adfd9 | ||
|
9b3b969c04 |
3 changed files with 6 additions and 0 deletions
1
bin/windows10
Symbolic link
1
bin/windows10
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../share/qemu/scripts/windows10
|
|
@ -37,5 +37,9 @@ export \
|
||||||
|
|
||||||
numlockx &
|
numlockx &
|
||||||
|
|
||||||
|
# Compositeur
|
||||||
|
picom -b --unredir-if-possible --vsync --use-damage --glx-no-stencil
|
||||||
|
|
||||||
|
# Exécution
|
||||||
exec /usr/bin/i3
|
exec /usr/bin/i3
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ cd "$(dirname "$realpath")/.."
|
||||||
exec screen -S "QEMU : ${realname}" -d -m qemu-system-x86_64 \
|
exec screen -S "QEMU : ${realname}" -d -m qemu-system-x86_64 \
|
||||||
-monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \
|
-monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \
|
||||||
-bios /usr/share/edk2/x64/OVMF_CODE.fd \
|
-bios /usr/share/edk2/x64/OVMF_CODE.fd \
|
||||||
|
-usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \
|
||||||
-cpu host -smp "$(nproc)" \
|
-cpu host -smp "$(nproc)" \
|
||||||
-m 4G \
|
-m 4G \
|
||||||
-drive "file=images/$(basename "$0").qcow2,if=virtio" \
|
-drive "file=images/$(basename "$0").qcow2,if=virtio" \
|
||||||
|
|
Loading…
Reference in a new issue