-
Notifications
You must be signed in to change notification settings - Fork 216
[Fixed] Bootloader v0.9.17
seems to be broken on Rust nightly-2021-05-20
#167
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
v0.9.17
seems to be broken on Rust nightly-2021-05-20
Diff between the working and broken nightly: rust-lang/rust@4e3e6db...f94942d |
|
@bjorn3 Ah thanks, I think that's likely the reason. I'll push a fix in a moment. |
I opened #168 with a fix. |
v0.9.17
seems to be broken on Rust nightly-2021-05-20
v0.9.17
seems to be broken on Rust nightly-2021-05-20
Fix published as v0.9.18. A |
It was previously added automatically by Rust. See #167 for more info.
I just noticed this in the automated CI runs for the
blog_os
project: https://github.com/phil-opp/blog_os/runs/2626134888?check_suite_focus=true#step:12:47When trying to run
cargo +nightly-2021-05-20 run
, the following error occurs:The error message is "Failed to load rest of bootloader" and happens in the early assembly stages.
I'm not sure what's going wrong yet, I will update this issue when I find the cause.
The text was updated successfully, but these errors were encountered: