Layered OS
202310071610
Status: #idea
Tags: OS
Layered OS
- Each layer can only talk to its immediately neighbouring layerrs
- Each layer adds overhead

Info
Note
Linux kernel is monolithic
Warning
Recursion loses locality of reference
The Linux kernel uses a lot of inline functions to maintain locality of reference
Files, Directories & System Calls#Open File Table

