rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
767 stars 67 forks source link

If the bootloader has a feature named `binary`, enable it #43

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

This allows the bootloader to define dependencies that only apply to the main.rs (not the lib.rs), in order to reduce compile times. See https://github.com/rust-lang/cargo/issues/1982#issuecomment-319661478 for more information.

phil-opp commented 5 years ago

Published as version 0.7.6