pub fn get_framebuffer_info() -> Option<BootFramebufferInfo>Expand description
Extract framebuffer information from the UEFI boot info.
Returns None if BootInfo is unavailable or has no framebuffer.
The returned pointer is already a valid virtual address (the bootloader
maps the framebuffer with Mapping::Dynamic).