diff options
Diffstat (limited to 'loader/entry_efi.c')
| -rw-r--r-- | loader/entry_efi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/entry_efi.c b/loader/entry_efi.c index fa27c02..070cc16 100644 --- a/loader/entry_efi.c +++ b/loader/entry_efi.c @@ -34,6 +34,8 @@ EFI_STATUS efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table) e_system_partition = open_system_partition(); e_graphics_output = open_graphics_output(); + WaitForSingleEvent(e_st->ConIn->WaitForKey, 0); + loader_main(); efi_exit(EFI_ABORTED); |
