AndrewSafwat1 / PintOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pintos

Collaborators

About

PintOS is an open source instructional operating system kernel developed by Stanford University. PintOS provides complete documentation & modular projects to introduce students to the major concepts of operating systems development. The components of PintOS project is illustrated in the following figure.

PintOS Components

The project is divided into four phases:

  • P1: Threads
  • P2: User Programs
  • P3: Virtual Memory
  • P4: File Systems

Source Code

Source code is adopted from the open source project at PintOS-OS, we will try to keep this repository in sync with the official repository at PintOS-OS Official Repository.

Last adopted commit details:

To download the most recent code from PintOS-OS directly, use the following link.

Installation Guidelines

To install PintOS natively, please use the guidelines listed at the installation document.

To install PintOS with docker, please use the guidelines listed at the installation with docker document.

Project Documents

The following is a list of the documents to explain and document the project and its requirements.

  1. PintOS Official Document: The main official documentation and project requirements compiled from PintOS repository provided by Stanford University.
  2. CSCI 350 - PintOS Guide: A simple read for PintOS code and its requirement provided from University of Southern California OS Course.
  3. The Pintos Instructional Operating System Kernel (PintOS Paper): A good reading for instructors.
  4. The Pintos Instructional Operating System Kernel (PintOS Presentation): A good reading for instructors.

Sessions' Videos

Here's a list of sessions Eng. Khaled El-Tahan made (in Arabic) for Alexandria University, explaining PintOS & its phases requirements:

  1. Phase 1 Requirements
  2. Phase 2 Requirements

About

License:Other


Languages

Language:HTML 45.5%Language:C 37.6%Language:Perl 13.0%Language:Makefile 2.1%Language:Assembly 1.4%Language:Shell 0.3%Language:Dockerfile 0.1%Language:C++ 0.1%Language:Raku 0.0%