kernel/run.sh
2022-12-22 13:23:08 +01:00

6 lines
No EOL
163 B
Bash
Executable file

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