Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/wookayin/pintos
- Owner: wookayin
- Created: 2015-04-14T06:30:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T05:50:09.000Z (over 9 years ago)
- Last Synced: 2023-11-07T17:08:19.561Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 1.24 MB
- Stars: 176
- Watchers: 10
- Forks: 160
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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