This repository consists of 7 OSLab from MIT_6.S081_2021. All labs are based on xv6, an Unix-like educational operating system built upon RISCV architecture, and each lab added some new features to the minimal os. My solution to each lab resides in corresponding branch.
Syscall added two syscall, trace
and sysinfo
, to the os. Click here for the report.