Skip to content

UEFI v 0.11 is failing to detect the bootloader_api version #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kennystrawnmusic opened this issue Nov 12, 2022 · 2 comments
Closed

Comments

@kennystrawnmusic
Copy link
Contributor

kennystrawnmusic commented Nov 12, 2022

In the process of attempting to port my kernel to version 0.11 of the bootloader crate and I did manage to get it to successfully compile — ah, but when I try to run it I get this (using version 0.1.0-alpha.0 of bootloader_api):
Screenshot 2022-11-12 at 9 16 31 AM

Note that instead of stating the version as the correct 0.1.0-alpha.0 it's stating the version as () (the unit type). Why would this be?

@Freax13
Copy link
Member

Freax13 commented Nov 12, 2022

The function for deserializing the configuration doesn't have a proper error type yet:

/// TODO: return error enum

@phil-opp
Copy link
Member

Thanks for reporting! I created a fix in #280.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants