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 stall #1296

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. boot: Add freestanding stall

    One minor implementation change from the BootServices version: the Status value
    is ignored rather than asserting it is `SUCCESS`. There shouldn't be any
    practical difference, as stalling should always succeed. In the unlikely event
    that some implementation returns an error, a panic is unlikely to be desirable
    to the caller.
    nicholasbishop committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6ca1cfb View commit details
    Browse the repository at this point in the history