Skip to content

abhinav-bohra/PintOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PintOS

Pintos is a simple operating system framework for the 80x86 architecture. It supports kernel threads, loading and running user programs, and a file system, but it implements all of these in a very simple way.

As part of Operating Systems Lab Course; we have worked on strengthening the following modules:-

  • Alarm Clock
  • Multilevel feedback queue scheduling (MLFQS)
  • User Programs