#!/bin/sh
exec qemu-system-arm -semihosting -machine mps2-an385 -nographic -kernel "$@"
