# Pastebin mJOMnzu5 ${pkgs.qemu}/bin/qemu-system-aarch64 -machine virt,highmem=off \ -drive if=none,file=$1,id=mydisk \ -bios ${pkgs.ubootQemuAarch64}/u-boot.bin \ -device ich9-ahci,id=ahci \ -device ide-drive,drive=mydisk,bus=ahci.0 \ -netdev user,id=net0 \ -device virtio-net-pci,netdev=net0 \ -nographic -smp 2 -m ''${2:-2G}