6 lines
107 B
Bash
6 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cargo bootimage
|
||
|
qemu-system-x86_64 -drive format=raw,file=target/os/debug/bootimage-rustos.bin
|
||
|
|