Skip to content

tyz-own/rcore-embassy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Open in Visual Studio Code

rCore-Tutorial-Code-2024S

Code

Documents

OS API docs of rCore Tutorial Code 2024S

Related Resources

Build & Run

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

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

About

2024s-rcore-tyz-own created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published