diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-28 09:16:21 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-28 09:16:21 +0000 |
commit | 310d033d03b059c01d49b827403720e2f2d93778 (patch) | |
tree | 5f3a71c6f79b6dd9bfdbd66b996477b70205d2c5 | |
parent | 69b129b00d3a4d56de276eaba31ee0b67285dfab (diff) |
qemu launch script - basic with display
-rw-r--r-- | launch_openbsd_vm_with_display.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |