As with many Unix and Linux systems, you can change the priority of processes in OS X to advance them through the CPU. While this will not make them faster, it can be used to make processes more ...
This project implements a priority-based process scheduler in xv6, a teaching operating system developed at MIT. The scheduler supports multiple priority levels (0-5) with round-robin scheduling ...