#!/bin/sh qemu-system-x86_64 -m 2G -smp 2 -kernel kernel_root/linux-6.6.75_x86_64_/arch/x86_64/boot/Image -cpu qemu64,+smep,+smap -append "console=ttyS0 root=/dev/sda earlyprintk=serial net.ifnames=0 nokaslr pti=on oops=panic panic=1" -drive file=io/filesystem-x86_64,format=raw -net user,host=10.0.2.10,hostfwd=tcp:127.0.0.1:10021-:22 -net nic,model=e1000 -nographic -pidfile vm.pid -s