rust-osdev / bootimage

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

Always use a version for bootloader download; default to 0.2.0-alpha #15

Closed phil-opp closed 6 years ago

phil-opp commented 6 years ago

I'm planning some breaking changes on bootimage and the bootloader. To avoid breaking users that don't specify a version (and thus always use the latest bootloader), this PR defaults to version 0.2.0-alpha (the latest version currently).