#!/bin/sh qemu-system-x86_64 \ -m 128M \ -cpu kvm64 \ -kernel ./lts-6.6.75/arch/x86/boot/bzImage \ -initrd initramfs.cpio.gz \ -hdb flag.txt \ -snapshot \ -nographic \ -monitor /dev/null \ -no-reboot \ -append "console=ttyS0 nokaslr quiet panic=1" \ --trace "vsocket_*" \ -s