orion_old/qemu-only-kernel.sh

6 lines
134 B
Bash
Raw Permalink Normal View History

2021-08-04 15:14:22 +00:00
#!/bin/sh
set -e
. ./build.sh
qemu-system-$(./target-triplet-to-arch.sh $HOST) -kernel sysroot/boot/orion.kernel -serial stdio -S -s