TSM is good OS structuring
TSM is good OS structuring
- Efficient: simple push/pop, no initialization, avoids fragmentation
- Reliable: easy to audit, enforce limits, locate all objects of type
- For Cache Kernel in particular, easy to find dirty entry to write back
- Common base class implementation
TSM is good OS design even without NBS