Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.11 KB

README.md

File metadata and controls

57 lines (39 loc) · 2.11 KB

特别注意:qemu已经更新到8,所以必须使用最新的rustsbi

本人的所有问答与报告均在ch8,本人目前在期中考试,可能无法联系

rCore-Camp-Code-2024A

Code

Documents

OS API docs

Related Resources

Build & Run

Replace <YourName> with your github ID, and replace <Number> with the chapter ID.

Notice: <Number> is chosen from [1,2,3,4,5,6,7,8]

# 
$ git clone [email protected]:LearningOS/2024a-rcore-<YourName>
$ cd 2024a-rcore-<YourName>
$ git clone [email protected]:LearningOS/rCore-Tutorial-Test-2024A user
$ git checkout ch<Number>
$ cd os
$ make run

Grading

Replace <YourName> with your github ID, and replace <Number> with the chapter ID.

Notice: <Number> is chosen from [3,4,5,6,8]

# Replace <YourName> with your github ID 
$ git clone [email protected]:LearningOS/2024a-rcore-<YourName>
$ cd 2024a-rcore-<YourName>
$ rm -rf ci-user
$ git clone [email protected]:LearningOS/rCore-Tutorial-Checker-2024A ci-user
$ git clone [email protected]:LearningOS/rCore-Tutorial-Test-2024A ci-user/user
$ git checkout ch<Number>
$ cd ci-user
$ make test CHAPTER=<Number>