Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ Secure Boot. There are no additional requirements for Secure Boot.
UEFI Runtime Services
=====================

UEFI runtime services exist after the call to `ExitBootServices()` and are
designed to provide a limited set of persistent services to the platform
UEFI runtime services remain available after the call to `ExitBootServices()`
and are designed to provide a limited set of persistent services to the platform
Operating System or hypervisor.
Functions contained in `EFI_RUNTIME_SERVICES` are expected to be available
during both boot services and runtime services.
Expand Down