Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 338 Bytes

Personal Solution for MIT 6.828 course


mit 6.828 course link

Getting Started


  • how to build docker image
docker build -t xv6 .
  • run docker image(we need to mount xv6-labs-2020)
docker run -it -v {path to your xv6-labs-2020}/:/xv6-labs-2020 xv6