Differences From Artifact [4b861ef3b6]:
- Executable file build/qemu/run — part of check-in [a39441abc1] at 2020-06-28 02:42:32 on branch trunk — Added basic QEMU demo (user: rkeene, size: 222) [annotate] [blame] [check-ins using]
To Artifact [a48cd7e079]:
- 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]
1 2 3 4 5 6 7 | #! /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 \ | | | 1 2 3 4 5 6 7 8 | #! /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 |