mb_info_pm_addr

Static mb_info_pm_addr 

Source
#[unsafe(no_mangle)]
pub static mb_info_pm_addr: u64
Expand description

physical address of multiboot info block. This value is set at run time by init asm code. Both values are safe to read, but mb_info_pm_addr must be converted to the virtual mapping via P2V before dereferencing.