A x86 bare-metal hello-world in Rust A minimum example for x86 bare-metal in Rust. Build Install dependencies. make setup Build the image. make build Run Run on QEMU. $ make run (requires qemu-system-x86_64)