rust-operating-system/run.sh

6 lines
107 B
Bash
Raw Normal View History

2019-07-10 01:39:24 -07:00
#!/bin/sh
cargo bootimage
qemu-system-x86_64 -drive format=raw,file=target/os/debug/bootimage-rustos.bin