-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathfimage-gui-hostGPU
More file actions
executable file
·3 lines (2 loc) · 863 Bytes
/
fimage-gui-hostGPU
File metadata and controls
executable file
·3 lines (2 loc) · 863 Bytes
1
2
#!/bin/bash
linux-x64/emulator -feature VirtioInput,GLDirectMem,VirtioMouse,KVM,Vulkan -window-size 1280x800 -gpu host -no-location-ui -no-hidpi-scaling -fuchsia -kernel default/multiboot.bin -initrd init/fuchsia-ssh.zbi -m $1 -serial stdio -vga none -device virtio-keyboard-pci -smp 4 -device virtio-mouse-pci -machine q35 -device isa-debug-exit,iobase=0xf4,iosize=0x04 -enable-kvm -cpu host,migratable=no,+invtsc -netdev type=tap,ifname=qemu,id=net0,script=scripts/start-unsecure-internet.sh,downscript=no -device virtio-net-pci,vectors=8,netdev=net0,mac=52:54:00:63:5e:7a -drive file=init/fvm_raw.blk,format=raw,if=none,id=vdisk -device virtio-blk-pci,drive=vdisk -append 'TERM=xterm-256color zircon.nodename=fuchsia_fimage kernel.serial=legacy kernel.entropy-mixin=1d1ac45d8ab4507d643871566c667007821f95831469ce59becd61829bba75ff kernel.halt-on-panic=true '