This is the article for the 15th day of qiita advent calendar.
In this post, I'm going to show you how to write a bare-metal hello-world in Rust (x86). By bare-metal hello-world, I mean the hello-world program which doesn't require any OS and starts directly on your PC from a hard disk or an USB flash drive.
Write a simple no_std program This is a typical hello-world program in Rust.
Updated
December 22, 2019