My own implementations of MIT6.1810 2022 xv6 labs
Refer to MIT6.1810 Tool Page to configure your env. This repo is developed under WSL.
You can run tests on main
branch by:
make all # run tests of all branches
make test br=util # run test on util branch
Also, you can checkout to different branch and run make grade
.
Follows are the implementations of each lab, splitted in separated files.