Learning OS and Rust by doing Phillip Oppermann's (Writing an OS in Rust)[https://os.phil-opp.com/] blog series.
- Chapter1:
cargo build --target thumbv7em-none-eabihf - Chapter2:
cargo run(this will run kernel in QEMU) - Chapter3:
cargo run(same as chapter 2)