Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 805 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 805 Bytes

xv6-labs-2022

My own implementations of MIT6.1810 2022 xv6 labs

Env

Refer to MIT6.1810 Tool Page to configure your env. This repo is developed under WSL.

Test

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.

Lab Implementations

Follows are the implementations of each lab, splitted in separated files.