Docs.rs
multiboot2-header-0.9.0
multiboot2-header 0.9.0
Docs.rs crate page
MIT
/
Apache-2.0
13 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
github:rust-osdev:multiboot2
phip1611
Dependencies
multiboot2 ^0.25.1
normal
multiboot2-common ^0.4.1
normal
ptr_meta ~0.3
normal
thiserror ^2.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
MAGIC
multiboot2_
header
0.9.0
multiboot2_header
Constant
MAGIC
Copy item path
Source
pub const MAGIC:
u32
= 0xe85250d6;
Expand description
Magic value for a
Header
, as defined by the spec.