# mit6.828 **Repository Path**: knullhhf/mit6.828 ## Basic Information - **Project Name**: mit6.828 - **Description**: github 用不了 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2021-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MIT 6.828(Operating System Engineering) Lab Report --- The answers for the labs of this course. Introduction --- MIT 6.828 is a famous course of OS, which is composed of several excellent labs. By completing those labs, we can create a tiny OS called JOS eventually. I think that it is a novel and effictive way to deepen our understanding of mechanism of OS. Projects --- This project includes several tags.
* The `master` branch is the combination of the answers of all completed labs. * The `lab1` tag is the answer for lab 1, the `lab2` is the answer for lab 2, and so on. Contents --- The structure of each branch consists of 3 folders:
* lab -- The source files of OS kernel (including answers) * hw -- The answer for the homeworks of this course.