orion_old/qemu-only-kernel.sh

6 lines
134 B
Bash
Executable File

#!/bin/sh
set -e
. ./build.sh
qemu-system-$(./target-triplet-to-arch.sh $HOST) -kernel sysroot/boot/orion.kernel -serial stdio -S -s