diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-05-06 14:10:42 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-05-06 14:10:42 +0000 |
| commit | af0a10fdce88d58ea3bef9c2994694cc96fe9d08 (patch) | |
| tree | 929b31763b0b85109ce13271d424c40027092baf /loader/entry_efi.c | |
| parent | 4fffc7eb44a6d85fdc5627a71cff4f392068f5e7 (diff) | |
moved paging code, slight modifications
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); |
