Function phys_ram_ranges
pub fn phys_ram_ranges() -> &'static [(usize, usize)]
Expand description
Returns all physical memory (RAM) ranges on the platform.
All memory ranges except reserved ranges (including the kernel loaded range) are free for allocation.