mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-02-08 04:43:27 +08:00
d752a671375c1ce8a67528e2d1290aeffe3435c2
rust-based os comp 2022
Guide
- Guide deployed version can be found here.
- Source of Guide is in 'guide' DIR
os reference framework
The 'os[1-8]-ref' are the 'os[1-8]' reference framework. You can read and copy some codes into os[1-8]
kernel labs
There are five kernel labs.
According to the Guide, write os codes for:
- lab1 in 'os3' DIR
- lab2 in 'os4' DIR
- lab3 in 'os5' DIR
- lab4 in 'os6' DIR
- lab5 in 'os8' DIR
Check your results
- lab1:
make test3 - lab2
make test4 - lab3
make test5 - lab4
make test6andmake test7 - lab5
make test8
Description
Languages
Markdown
100%