Artifact a48cd7e079fda5d3c27c44e83e3706c04676e2e6:
- Executable file build/qemu/run — part of check-in [afc876941b] at 2020-06-29 14:58:52 on branch trunk — Updated to use an initramfs to allow more flexible mounting options (user: rkeene, size: 220) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash sudo chown $(id -u) /dev/kvm qemu-system-x86_64 \ -display none -vga none -serial stdio \ -m 2048 -enable-kvm -cpu host -smp 2 \ -net nic -net user \ -drive file=appfs.img,if=virtio,format=raw