[−][src]Function sunrise_kernel::i386::multiboot::try_get_boot_information
pub fn try_get_boot_information() -> Option<&'static BootInformation>
Tries to get a pointer to the multiboot information structure.
Returns None
if the BootInformation hasn't been inited yet. This normally happens
right after paging is enabled.