blob: 9d4e12ff398267a2a0f452385ece9ffbbfa0dd9a (
plain)
1
2
3
4
5
6
7
8
|
//! @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.
|