Skip to content

Commit

Permalink
Switch default boot mode without delayed start
Browse files Browse the repository at this point in the history
  • Loading branch information
chp-io committed Aug 7, 2024
1 parent 7fa099b commit f750248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/hypervisor/bfdriver/src/platform/efi/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern uint64_t no_pci_pt_count;
#endif

EFI_EVENT mExitBootServicesEvent = NULL;
int g_delayed_start = 1;
int g_delayed_start = 0;
// ExitBootServices GUID (gEfiEventExitBootServicesGuid)
static const EFI_GUID g_ebs_guid
= { 0x27ABF055, 0xB1B8, 0x4C26, { 0x80, 0x48, 0x74, 0x8F, 0x37, 0xBA, 0xA2, 0xDF }};
Expand Down

0 comments on commit f750248

Please sign in to comment.