(11) Physical Memory Manager (PMM)
When the OS boots, we first obtain a memory map that tells us which physical RAM addresses are usable.
Now we’ll implement the PMM that actually manages that memory
1) What is PMM?
PMM (Physical Memory Manager) is the kernel’s most basic manager for ...
psk-study.hashnode.dev8 min read