Files
ctf/2025/google/misc-bpfbox-patched/run_qemu
2025-09-20 21:10:36 +02:00

3 lines
168 B
Bash
Executable File

#!/usr/bin/env bash
exec qemu-system-x86_64 -serial mon:stdio -nographic -cpu host -m 1024 -accel kvm -kernel /bzImage -initrd /initrd.gz -append "console=ttyS0 quiet"