Module multiboot2_header::builder
source · Expand description
Module for the builder-feature.
Structs
- Builder to construct a valid Multiboot2 header dynamically at runtime. The tags will appear in the order of their corresponding enumeration, except for the END tag.
- Helper to build the dynamically sized
InformationRequestHeaderTagat runtime. The information request tag has a dedicated builder because this way one can dynamically attach several requests to it. Otherwise, the number of requested tags must be known at compile time.