Let's write an OS which can run on RISC-V in Rust from scratch!
Go to file
2021-08-26 19:51:08 +08:00
bootloader Update rustc && rustsbi; llvm_asm -> asm in user 2021-08-26 19:51:08 +08:00
os Exclusive UPSafeCell: A RefCell wrapper 2021-07-19 23:56:32 +08:00
user Update rustc && rustsbi; llvm_asm -> asm in user 2021-08-26 19:51:08 +08:00
.dockerignore Add Ubuntu18.04 docker 2021-02-28 06:32:04 +08:00
.gitignore RefCell->UPSafeCell 2021-07-09 21:18:51 +08:00
Dockerfile Add Ubuntu18.04 docker 2021-02-28 06:32:04 +08:00
LICENSE Initial commit 2020-10-29 15:21:09 +08:00
Makefile Add Ubuntu18.04 docker 2021-02-28 06:32:04 +08:00
README.md update to rustc 1.56.0-nightly (08095fc1f 2021-07-26) 2021-07-29 16:08:57 +08:00
rust-toolchain Update rustc && rustsbi; llvm_asm -> asm in user 2021-08-26 19:51:08 +08:00

rCore-Tutorial-v3

rCore-Tutorial version 3.x

Dependency

Binaries

  • rustc 1.56.0-nightly (08095fc1f 2021-07-26)

  • qemu: 5.0.0

  • rustsbi-lib: 0.2.0-alpha.4

    rustsbi-qemu: d4968dd2

    rustsbi-k210: b689314e