logo
0
0
WeChat Login

rCore-Camp-Code-2025S

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 git@github.com:LearningOS/2025s-rcore-<YourName>
$ cd 2025s-rcore-<YourName>
$ git clone git@github.com:LearningOS/rCore-Tutorial-Test-2025S 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 git@github.com:LearningOS/2025s-rcore-<YourName>
$ cd 2025s-rcore-<YourName>
$ rm -rf ci-user
$ git clone git@github.com:LearningOS/rCore-Tutorial-Checker-2025S ci-user
$ git clone git@github.com:LearningOS/rCore-Tutorial-Test-2025S ci-user/user
$ git checkout ch<Number>
$ cd ci-user
$ make test CHAPTER=<Number>

About

No description, topics, or website provided.
2.16 MiB
0 forks0 stars10 branches0 TagREADMEGPL-3.0 license
Language
License53.5%
Rust23%
Makefile6.9%
Dockerfile6.8%
Others9.8%