It is pet project to educate how create OS in Rust.
cargo build --target thumbv7em-none-eabihf
cargo rustc -- -C link-args="-e __start -static -nostartfiles"
qemu-system-x86_64 -drive format=raw,file=target/x86_64-blog_os/debug/bootimage-blog_os.bin