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