#!/bin/sh
exec qemu-system-aarch64 -semihosting -M virt -cpu cortex-a57 -nographic -kernel "$@"
