Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 464 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 464 Bytes

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