Compare commits

..

3 commits

Author SHA1 Message Date
Hippolyte Chauvin
2a21f13e86 Ajout : compositeur dans mon xinitrc 2023-06-26 16:12:39 +02:00
Hippolyte Chauvin
17825adfd9 Ajout : intermédiaire USB dans la commande QEMU de Windows 10 2023-06-26 16:11:22 +02:00
Hippolyte Chauvin
9b3b969c04 Ajout : lien symbolique vers le script de lancement de Windows 10 2023-06-26 14:33:20 +02:00
3 changed files with 6 additions and 0 deletions

1
bin/windows10 Symbolic link
View file

@ -0,0 +1 @@
../share/qemu/scripts/windows10

View file

@ -37,5 +37,9 @@ export \
numlockx &
# Compositeur
picom -b --unredir-if-possible --vsync --use-damage --glx-no-stencil
# Exécution
exec /usr/bin/i3

View file

@ -5,6 +5,7 @@ cd "$(dirname "$realpath")/.."
exec screen -S "QEMU : ${realname}" -d -m qemu-system-x86_64 \
-monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \
-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)" \
-m 4G \
-drive "file=images/$(basename "$0").qcow2,if=virtio" \