rust-operating-system/run.sh
2019-07-10 01:39:24 -07:00

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