astryon/tools/run.sh
Gabriel 13ec4bee87 Ready. Set. Go!
Microkernel development in Zig, should be fun! =]
2025-02-13 22:39:48 +01:00

6 lines
111 B
Bash
Executable File

#!/bin/sh
cd $(realpath $(dirname $0)/..)
qemu-system-x86_64 -cdrom astryon.iso -serial stdio -enable-kvm $@