logo
0
0
Login
scPointer<bhy23@mails.tsinghua.edu.cn>
fix ch4_trace1: change test addr: 0x7fff_ffff_ffff_ffff should never be accessed

rCore-Tutorial-Test-2025S

Test suit for rCore-Tutorial-Code-2025S

Code

Documents

OS API docs of rCore Tutorial Code 2025S

Related Resources

Build & Run

# setup build&run environment first $ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2025S.git $ cd rCore-Tutorial-Code-2025S $ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git user $ cd os $ git checkout ch$ID # run OS in 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-2025S.git $ cd rCore-Tutorial-Code-2025S $ rm -rf ci-user $ git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2025S.git ci-user $ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git ci-user/user $ git checkout ch$ID # check&grade OS in ch$ID with more tests $ cd ci-user && make test CHAPTER=$ID

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

About

No description, topics, or website provided.
Language
Rust96.4%
Makefile1.3%
Markdown1%
TOML0.6%
Others0.7%