tg-rcore-tutorial-ch5 0.4.9

Chapter 5 of rCore Tutorial: Process management with fork, exec and wait syscalls.
1
2
3
4
5
[toolchain]
profile = "minimal"
channel = "stable"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]