CSE 421 operating systems project
This project is divided into three parts
-
Alarm Clock
- Threads and Processes
- Interrupts
- Lock(mutex)
-
Priority Scheduler
- Scheduling
- Priority Inversion
-
Advanced Scheduler
- Multilevel feedback queue(MLFQ)
Files of interest for this project are...
devices/timer.c & .h
threads/synch.c & .h
threads/thread.c & .h
threads/fixed-point.h (we create this)