pkg install qemu-utils qemu-common qemu-system-x86_64-headless wget -y

mkdir fnos&&cd fnos

wget https://iso.liveupdate.fnnas.com/x86_64/trim/fnos-1.1.4-1379.iso

qemu-img create -f qcow2 fn.qcow2 50G

qemu-system-x86_64 -machine q35 -m 4096 -smp cpus=4 -cpu qemu64 -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-x86_64-code.fd -netdev user,id=n1,dns=119.29.29.29,hostfwd=tcp::2222-:22,hostfwd=tcp::5678-:5678,hostfwd=tcp::5666-:5666 -device e1000,netdev=n1 -cdrom fnos.0.8.26-517.iso fn.qcow2

qemu-system-x86_64 -machine q35 -m 4096 -smp cpus=4 -cpu qemu64 -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-x86_64-code.fd -netdev user,id=n1,dns=119.29.29.29,hostfwd=tcp::2222-:22,hostfwd=tcp::5678-:5678,hostfwd=tcp::5666-:5666 -device e1000,netdev=n1 fn.qcow2