Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.07 KB

README.md

File metadata and controls

50 lines (39 loc) · 2.07 KB

rCore-Tutorial-Guide-2023S

Code

Documents

OS API docs of rCore Tutorial Code 2023S

Related Resources

Build & Run

# setup build&run environment first
$ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2023S.git
$ cd rCore-Tutorial-Code-2023S
$ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2023S.git user
$ cd os
$ git checkout ch$ID
$ make run

Notice: $ID is from [1-9]

Grading

# setup build&run environment first
$ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2023S.git
$ cd rCore-Tutorial-Code-2023S
$ git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2023S.git ci-user
$ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2023S.git ci-user/user
$ cd ci-user && make test CHAPTER=$ID

Notice: $ID is from [3,4,5,6,8]