# pintos **Repository Path**: yanni-xy/pintos ## Basic Information - **Project Name**: pintos - **Description**: 一个教学用操作系统项目。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2020-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pintos Labs for undergraduate OS class (600.318) at Johns Hopkins. [Pintos](http://pintos-os.org) is a teaching operating system for x86, challenging but not overwhelming, small but realistic enough to understand OS in depth (it can run 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](./LICENSE)). The course instructor ([Ryan Huang](huang@cs.jhu.edu)) made some changes to the original Pintos labs to tailor for his class. The upstream for this branch comes from https://github.com/ryanphuang/PintosM.git. For students in the class, please download the release version for this branch at https://github.com/jhu-cs318/pintos.git #### 相关项目 * [pintos](http://gitee.com/ctguhzy/pintos) 一个教学用的32位操作系统 * [osutils](http://gitee.com/ctguhzy/osutils) pintos系统所需的工具链源码包及编译脚本 * [OSToolChain](http://gitee.com/ctguhzy/OSToolChain) 已编译好可直接在Ubuntu 16.04和Ubuntu 18.04下使用的工具链程序集和bochs虚拟机程序