kernel/run.sh
2022-12-23 16:09:45 +01:00

5 lines
No EOL
162 B
Bash
Executable file

#!/bin/sh
cargo +nightly build || exit 1
cargo +nightly bootimage
qemu-system-x86_64 -drive format=raw,file=target/x86_64-none-generic/debug/bootimage-kernel.bin