B07 — From e820 to Memory Management Initialization: The memblock Allocator
B07 — From e820 to Memory Management Initialization: The memblock Allocator Key insight: The kernel’s first step at boot is to figure out how much memory it has to manage. How the Kernel Gets Memory Info At boot, the kernel obtains physical memory info through two methods: Directly from BIOS (legacy): via INT 15h E820h... » read more