Struct stivale_boot::v2::StivaleMtrrHeaderTag[][src]

#[repr(C, packed)]
pub struct StivaleMtrrHeaderTag { /* fields omitted */ }
👎 Deprecated:

This tag is deprecated and considered legacy. Use is discouraged and it may not be supported on newer bootloaders.

Expand description

This tag tells the bootloader to, in case a framebuffer was requested, make that framebuffer’s caching type write-combining using x86’s MTRR model specific registers. This caching type helps speed up framebuffer writes on real hardware.

Legacy

This tag is deprecated and considered legacy. Use is discouraged and it may not be supported on newer bootloaders.

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.