Why Operating Systems Homework is Fun
Wednesday, December 10th, 2008Aside from the fact that I think operating systems are really fascinating and cool, you get to write some hilarious pseudo-code to illustrate concepts:
1. Priority inversion occurs when a low priority task holds a
shared
resource that a high priority task wants to use, causing the latter
to block.
The net [...]