//! @namespace multiboot2 //! An implementation of the Multiboot2 boot protocol data specification. //! //! This namespace contains all API types and functions used to parse and process Multiboot2 boot protocol data as provided by the bootloader. //! @namespace multiboot2::impl //! @internal //! Details of the Multiboot22 boot protocol data specification implementation.