kernel/run.sh

5 lines
162 B
Bash
Raw Normal View History

2022-12-22 13:23:08 +01:00
#!/bin/sh
2022-12-23 16:09:45 +01:00
cargo +nightly build || exit 1
2022-12-22 13:23:08 +01:00
cargo +nightly bootimage
qemu-system-x86_64 -drive format=raw,file=target/x86_64-none-generic/debug/bootimage-kernel.bin