6 lines
163 B
Bash
6 lines
163 B
Bash
|
#!/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
|