init_frame_allocator

Function init_frame_allocator 

Source
pub fn init_frame_allocator(start_addr: usize, end_addr: usize)
Expand description

使用可用的物理内存范围初始化全局帧分配器。

§参数

  • start_addr - 可用物理内存的起始地址
  • end_addr - 可用物理内存的结束地址