Hobby OS written by The Rust Programming Language. This OS is expected x86_64 and UEFI PC.
- First, prepare GNU binutils, its target for x86_64-efi-pe
- Second, you have to use Rust nightly compiler.
$ rustup install nightly
$ rustup default nightly
$ cargo install xargo
$ export PATH="$HOME/.cargo/bin:$PATH"
Then, only you run make
on root directory.