Layered OS

202310071610
Status: #idea
Tags: OS

Layered OS

Info

1 page=1 frame=4KiB memory

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

img78.jpg|UNIX Kernel Space
img83.jpg|Linux System Structure

Microkernel


References