rust os
1.0.0
you need:
in Archlinux:
pacman -S qemu qemu-arch-extrain Ubuntu:
apt install qemu-kvmcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shNote: while installation, select rust Nightly channel.
After installation is done, add this line to your shell config to load rust toolchain.
for Bash:
echo 'source $HOME/.cargo/env' >> ~/.bashrcnow install rust-src component:
rustup component add rust-src
rustup component add llvm-tools-previewcargo install cargo-xbuild bootimagecargo xrun