Turn the presence or absence of boot services into a positive bool (and
change its type to bool). Move definition to efi.h in the global
variables section.
Sponsored by: Netflix
Differential D31814
efi: switch boot_services_gone to boot_services_active imp on Sep 3 2021, 3:06 AM. Authored by Tags None Referenced Files
Details Turn the presence or absence of boot services into a positive bool (and Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions What I like about the _gone name is that it makes it quite clear that switch from has_boot_services = true to false is one-time event. You cannot get services back once they are gone. IMO it was a useful and important detail communicated by the name.
Comment Actions Move to boot_services_active
|