Skip to content

mikaeelghr/pintos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PintOS Project

[Pintos]: http://web.stanford.edu/class/cs140/projects/pintos/pintos.html is a simple operating system framework for the 80x86 architecture.

Project 1

  • Wait Queue
  • Basic Priority Scheduling

Project 2

  • User Program Exeuction
  • Process Management
  • System Calls

Project 3

  • Buffer Cache
  • Extensible Files
  • Filesystem and Subdirectories