Crate boot_info

source ·
Expand description

This crate provides an abstraction over multiboot2 and UEFI boot information.

It allows the kernel’s initialisation to be the same, regardless of whether it was booted using BIOS or UEFI.

Modules

Structs

Enums

  • The format of the framebuffer, in graphical pixels or text-mode characters.

Traits