rust-osdev / bootloader

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

[v0.9] Fix data layout for `x86_64-bootloader` target #415

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

phil-opp commented 8 months ago

Released as v0.9.24