Let's write an OS which can run on RISC-V in Rust from scratch!
Go to file
2021-03-04 03:27:11 +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 Remove DirentBytes 2021-03-04 03:27:11 +08:00
easy-fs-fuse Support indirect2 in easy-fs::layout::DiskInode 2021-02-27 06:40:52 +08:00
os Fix k210 alignment issue when push cmdargs when sys_exec 2021-02-28 08:50:45 +08:00
user Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
.dockerignore Add Ubuntu18.04 docker 2021-02-28 06:33:45 +08:00
.gitignore Clean easy-fs-fuse 2021-02-24 03:38:36 +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 Add Ubuntu18.04 docker 2021-02-28 06:33:45 +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.