April 2022
Beginner to intermediate
708 pages
14h 54m
English
Linux systems use an illusion referred to as "virtual memory." This mechanism makes every memory address virtual, which means they do not point to any address in the RAM directly. This way, whenever we access a memory location, a translation mechanism is performed in order to match the corresponding physical memory.
In this chapter, we will deal with the whole Linux memory allocation and management system, covering the following topics: