kernel/run.sh

5 lines
152 B
Bash
Raw Normal View History

2022-12-22 13:23:08 +01:00
#!/bin/sh
2022-12-22 13:25:29 +01:00
cargo +nightly build
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