From af0a10fdce88d58ea3bef9c2994694cc96fe9d08 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 6 May 2021 14:10:42 +0000 Subject: moved paging code, slight modifications --- loader/entry_efi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader/entry_efi.c') 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); -- cgit v1.3.1-1-g115d