summaryrefslogtreecommitdiff
path: root/kc/boot/kc_main.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-03-15 16:29:24 +0000
committerAda Christine <adachristine18@gmail.com>2022-03-15 16:29:24 +0000
commitec4aee35de3446713c6754641cdad82adc011204 (patch)
treefb40b7b153da4bbb47ec46b40144a18fbfbcf74b /kc/boot/kc_main.c
parent97fcd7d1fc4574753d91e6767a8d8a7653a7f7fe (diff)
infrastructure for dynamic symbol resolution
Diffstat (limited to 'kc/boot/kc_main.c')
-rw-r--r--kc/boot/kc_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kc/boot/kc_main.c b/kc/boot/kc_main.c
index 5b32ee6..cb8eb7a 100644
--- a/kc/boot/kc_main.c
+++ b/kc/boot/kc_main.c
@@ -452,6 +452,8 @@ EFI_STATUS kc_main(struct efi_loader_interface *interface)
e_bs = loader_interface->system_table->BootServices;
eto = loader_interface->system_table->ConOut;
+ plog(L"opening kernel image\r\n");
+
if (!EFI_ERROR((status = interface->image_open(&kernel_image))) &&
!EFI_ERROR((status = interface->image_alloc(&kernel_image))) &&
!EFI_ERROR((status = interface->image_load(&kernel_image))))