Let's write an OS which can run on RISC-V in Rust from scratch!
Go to file
2021-09-28 01:21:59 +08:00
bootloader Update rustc && rustsbi-k210 2021-08-26 21:03:50 +08:00
easy-fs Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
easy-fs-fuse Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
os Working on ch8 2021-09-28 01:21:59 +08:00
user Update rustsbi; huge_write writes 1MiB 2021-08-26 19:04:40 +08:00
.dockerignore Add Ubuntu18.04 docker 2021-02-28 06:33:45 +08:00
.gitignore Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
Dockerfile Add Ubuntu18.04 docker 2021-02-28 06:33:45 +08:00
LICENSE Initial commit 2020-10-29 15:21:09 +08:00
Makefile Add Ubuntu18.04 docker 2021-02-28 06:33:45 +08:00
README.md update to rustc 1.56.0-nightly (08095fc1f 2021-07-26) 2021-07-29 16:11:08 +08:00
rust-toolchain Working on ch8 2021-09-28 01:21:59 +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