rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.36k stars 206 forks source link

Fix data layout for stage 3 target #413

Closed phil-opp closed 8 months ago

phil-opp commented 8 months ago

Fixes build on latest Rust nightly.

See https://github.com/rust-lang/rust/pull/120062