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

Add uefi::system module #1237

Merged
merged 4 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. uefi: Add table::system_table_raw_panicking

    This is `pub(crate)`, not part of the public API currently.
    nicholasbishop committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5cfc5f0 View commit details
    Browse the repository at this point in the history
  2. Add uefi::system module

    This is similar to existing methods of `SystemTable`, but as freestanding
    functions that use the global system table pointer.
    nicholasbishop committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7758fe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc637c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46e47c7 View commit details
    Browse the repository at this point in the history