Expand description

This module contains the definitions for stivale boot protocol. The stivale boot protocol aims to be a simple to implement protocol which provides the kernel with most of the features one may need in a modern x86_64 context (although 32-bit x86 is also supported).

Structs

Iterator over all the memory regions provided by the stivale bootloader.

Structure representing a module, containing the information of a module that the bootloader loaded alongside the kernel.

Iterator over all the modules that were loaded.

Enums

The type of a memory map entry. The entries are guaranteed to be sorted by base address, lowest to highest.