Enum multiboot2_header::RelocatableHeaderTagPreference [−][src]
#[repr(u32)]
pub enum RelocatableHeaderTagPreference {
None,
Low,
High,
}Expand description
It contains load address placement suggestion for boot loader. Boot loader should follow it. ‘0’ means none, ‘1’ means load image at lowest possible address but not lower than min addr and ‘2’ means load image at highest possible address but not higher than max addr.
Variants
Let boot loader decide.
Locate at lower end of possible address space.
Locate at higher end of possible address space.
Trait Implementations
Auto Trait Implementations
impl Send for RelocatableHeaderTagPreference
impl Sync for RelocatableHeaderTagPreference
impl Unpin for RelocatableHeaderTagPreference
impl UnwindSafe for RelocatableHeaderTagPreference
Blanket Implementations
Mutably borrows from an owned value. Read more