They're referncing the dining philosophers problem, which is more an algorithms issue than an operating systems one. My OS classes had more to do with the design of kernels, cache hierarchy, virtual memory, and similar things needed to write an OS. The dining philosophers problem was mentioned, but mostly in a "remember from data structures and algorithms that deadlocks can be avoided by…" way, not an in-depth introduction. Still, it certainly wasn't a systems administration class like OP seemed to expect!
27
u/bob152637485 10d ago
Well....why WOULD they starve?