Let's write an OS which can run on RISC-V in Rust from scratch!
Go to file
2021-02-27 22:27:08 +08:00
bootloader Bump rustsbi to 0.1.1 && make config of qemu/k210 different 2021-02-07 18:39:52 +08:00
easy-fs DiskInode sz->128bytes && user heap -> 32KiB 2021-02-27 07:43:28 +08:00
easy-fs-fuse Support indirect2 in easy-fs::layout::DiskInode 2021-02-27 06:40:52 +08:00
os Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
user Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
.gitignore Clean easy-fs-fuse 2021-02-24 03:38:36 +08:00
LICENSE Initial commit 2020-10-29 15:21:09 +08:00
README.md Initial commit 2020-10-29 15:21:09 +08:00
rust-toolchain Update os/Makefile && Update rust to 2021-01-30 2021-02-02 18:00:55 +08:00

rCore-Tutorial-v3

rCore-Tutorial version 3.