#include <oskit/x86/pc/phys_lmm.h>
This variable records the highest physical memory address; i.e. the end address of the highest free block added to malloc_lmm. This is the highest address that the kernel should ever have to deal with.Not all addresses between 0 and phys_mem_max are necessarily available for allocation, there may be holes in the available physical memory space.