From 310d033d03b059c01d49b827403720e2f2d93778 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 28 Oct 2024 09:16:21 +0000 Subject: qemu launch script - basic with display --- launch_openbsd_vm_with_display.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 launch_openbsd_vm_with_display.sh diff --git a/launch_openbsd_vm_with_display.sh b/launch_openbsd_vm_with_display.sh new file mode 100644 index 0000000..edf003b --- /dev/null +++ b/launch_openbsd_vm_with_display.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +qemu-system-x86_64 -cpu host -accel kvm -m 4096 -drive file=$HOME/vms/os/openbsd7.6/openbsd.qcow2 -display default -- cgit v1.2.3