nightly の設定、rust-src のインストール
$ rustup override set nightly
$ rustup component add rust-src
bootimage のインストール
$ rustup component add llvm-tools-preview
$ cargo install bootimage
$ cargo bootimage
GUI で起動
$ qemu-system-x86_64 -drive format=raw,file=target/x86_64-blancos/debug/bootimage-blancos.bin
CUI で起動
$ qemu-system-x86_64 -nographic -serial mon:stdio -drive format=raw,file=target/x86_64-blancos/debug/bootimage-blancos.bin