diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..3543c53 --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cargo bootimage +qemu-system-x86_64 -drive format=raw,file=target/os/debug/bootimage-rustos.bin +