Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 673 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 673 Bytes

MIT6.S081: xv6-labs-2021

my implementation of xv6-labs-2021

Introduction

  • This is the project of MIT6.S081: Operating System Engineering (2021 fall), and all resources needed are contained in the course website.
  • xv6 is a Unix-like small operating system based on RISC-V architecture, and the aim of the project is to add some features upon given skeleton, by which we can deepen our understanding of operating system mechanisms.
  • Each branch focuses on a specific aspect of operating system. Experiment codes and a solution-xxx.md file are provided to make the implementation steps more organized and clear.