Skip to content
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

boot: Add freestanding install_configuration_table #1306

Merged
merged 2 commits into from
Aug 11, 2024

Conversation

nicholasbishop
Copy link
Member

Checklist

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

@@ -724,6 +724,32 @@ pub unsafe fn exit(
)
}

/// Adds, updates, or removes a configuration table entry
/// from the EFI System Table.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I thought we want to consistently use UEFI rather than EFI.

We can do that in a tree-wide follow-up soon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, agree. I copied from the method docstring and didn't proofread carefully :)

@phip1611 phip1611 added this pull request to the merge queue Aug 11, 2024
Merged via the queue into rust-osdev:main with commit 804115d Aug 11, 2024
13 checks passed
@nicholasbishop nicholasbishop deleted the bishop-install-config-table branch August 11, 2024 14:43
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