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