Skip to content

uefi-raw: Fill in a few more BootServices function pointers #865

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

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

nicholasbishop
Copy link
Member

All the BootServices fields are now correctly typed, except install_multiple_protocol_interfaces and
uninstall_multiple_protocol_interfaces, as those require the not-yet-stable C variadics feature.

(We could potentially add an unstable feature to uefi-raw like we have in uefi and implement the variadic interface only when the feature is enabled, but I'll leave that to future work for now.)

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

All the `BootServices` fields are now correctly typed, except
`install_multiple_protocol_interfaces` and
`uninstall_multiple_protocol_interfaces`, as those require the not-yet-stable C
variadics feature.
@phip1611 phip1611 force-pushed the bishop-more-boot-fns branch from efb83be to 3246161 Compare June 20, 2023 09:02
@phip1611 phip1611 merged commit ac46bf0 into rust-osdev:main Jun 20, 2023
@nicholasbishop nicholasbishop deleted the bishop-more-boot-fns branch June 25, 2023 14:45
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

Successfully merging this pull request may close these issues.

2 participants