/pintos

2023 Spring Operating System(Honor track) Project

Primary LanguageC

Pintos

This repo contains skeleton code for undergraduate Operating System course honor track at Peking University.

Pintos is a teaching operating system for 32-bit x86, challenging but not overwhelming, small but realistic enough to understand OS in depth (it can run on x86 machine and simulators including QEMU, Bochs and VMWare Player!). The main source code, documentation and assignments are developed by Ben Pfaff and others from Stanford (refer to its LICENSE).

Acknowledgement

This source code is adapted from professor (Ryan Huang) at JHU, who also taught a similar undergraduate OS course. He made some changes to the original Pintos labs (add lab0 and fix some bugs for MacOS). For students in PKU, please download the release version skeleton code by git clone git@github.com:PKU-OS/pintos.git.