Operating_System

MIT 6.S081

Intro

This the Lecture, Resource and Lab project of MIT 6.S081 https://pdos.csail.mit.edu/6.1810/,

https://pdos.csail.mit.edu/6.828/2022/schedule.html,

https://github.com/PeterHUistyping/Operating_System

Set up submodule

git submodule update --init --recursive

https://github.com/PeterHUistyping/xv6-riscv/

xv6 (Unix Version 6)

A re-implementation of Unix Version 6 (v6). It is specially implemented for a modern RISC-V multiprocessor using ANSI C.

xv6 Project

This repo contains all the xv6 code used in MIT 6.S081.

Project-Details

  • Operating_System, MIT 6.S081
    • xv6 (Unix Version 6)
    • Unix util
    • System Call
    • Page Table

Computer System Knowledge Sharing

See more about Computer System in general. Computer_System_Guidance_Repo