Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wookayin/pintos

🌀 OS Coursework Project (PintOS)
https://github.com/wookayin/pintos

Last synced: 17 days ago
JSON representation

🌀 OS Coursework Project (PintOS)

Awesome Lists containing this project

README

        

PintOS Project
==============

This is a private output of 'Operating Systems' coursework, [PintOS][pintos].

DISCLAIMER: DO NOT EVER USE this for your coursework.

[pintos]: http://web.stanford.edu/class/cs140/projects/pintos/pintos.html

## Project 1

- Wait Queue
- Basic Priority Scheduling

## Project 2

- User Program Exeuction
- Process Management
- System Calls

## Project 3

- Stack Growth
- Virtual Memory (Paging)
- Memory-Mapped Files

## Project 4

- Buffer Cache
- Extensible Files
- Filesystem and Subdirectories