UCLA CS 111 Minilab 2
Professor Peter Reiher
Winter 2014
Alan Kha 904030522 akhahaha@gmail.com
The WeensyOS problem sets are a series of little coding exercises that are also complete operating systems. WeensyOS 2 deals with scheduling and synchronization.
- Priority (PID and set) scheduling
- Proportional-share scheduling
- Write atomicity
- Download weensyos2 to the CS 111 Ubuntu distro.
- Unpack using tar xzf weensyos2.tar.gz.
- Run with make run.
- No extra scheduling algorithm (lottery)