rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
765 stars 67 forks source link

Better error when QEMU isn't found #48

Open phil-opp opened 4 years ago

phil-opp commented 4 years ago

Currently the error message is just "No such file or directory (os error 2)" when QEMU isn't installed.