Let's write an OS which can run on RISC-V in Rust from scratch!
Go to file
2021-11-19 18:50:59 +08:00
bootloader Update rustc && rustsbi; llvm_asm -> asm 2021-08-26 19:32:49 +08:00
os update user module to 2021autumn version 2021-11-19 18:50:59 +08:00
user update user module to 2021autumn version 2021-11-19 18:50:59 +08:00
.dockerignore Add Ubuntu18.04 docker 2021-02-28 06:31:39 +08:00
.gitignore update user module to 2021autumn version 2021-11-19 18:50:59 +08:00
Dockerfile Add Ubuntu18.04 docker 2021-02-28 06:31:39 +08:00
LICENSE Initial commit 2020-10-29 15:21:09 +08:00
Makefile Add Ubuntu18.04 docker 2021-02-28 06:31:39 +08:00
README.md Update rustc && rustsbi; llvm_asm -> asm 2021-08-26 19:32:49 +08:00
rust-toolchain rust->nightly-2021-10-15,cargo-binutils->0.3.3 2021-10-20 13:25:27 -07:00

rCore-Tutorial-v3

rCore-Tutorial version 3.x

Dependency

Binaries

  • rustc 1.56.0-nightly (b03ccace5 2021-08-24)

  • qemu: 5.0.0

  • rustsbi: qemu[7d71bfb7] k210[563144b0]