LearningOS / rust-based-os-comp2022
- воскресенье, 3 июля 2022 г. в 00:31:29
[2022开源操作系统训练营]( https://learningos.github.io/rust-based-os-comp2022/ )
Welcome to Open-Source OS Training Comp 2022(2022年开源操作系统训练营).
First, you can read Guide to:
git clone
this repo.make setupclassroom
(if you using githubclassroom to devel labs)The 'os[1-8]-ref' are the 'os[1-8]' reference frameworks. You can read and copy some codes into os[1-8]
There are two simple practice work, and five kernel labs.
注:登录github.com,点击并打开下面的lab0~lab5的github classroom的链接后,点击醒目绿色按钮"Accept this assignment"选择接受,github就为你创建了一个对应实验的git repo
According to the Guide, write os codes for:
make test3
for lab1make test4
for lab2make test5
for lab3make test6
&& make test7
for lab4make test8
for lab5If you meet any problems or some difficulties, please send issues to Issues in rust-based-os-comp2022