Enum multiboot2_header::HeaderTagISA [−][src]
#[repr(u32)]
pub enum HeaderTagISA {
I386,
MIPS32,
}Expand description
ISA/ARCH in Multiboot2 header.
Variants
Spec: “means 32-bit (protected) mode of i386”.
Caution: This is confusing. If you use the EFI64-tag
on an UEFI system, you get into 64-bit long mode.
Therefore this tag should be understood as “arch=x86|x86_64”.
32-bit MIPS
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaderTagISA
impl Send for HeaderTagISA
impl Sync for HeaderTagISA
impl Unpin for HeaderTagISA
impl UnwindSafe for HeaderTagISA
Blanket Implementations
Mutably borrows from an owned value. Read more