mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Actually pass data pages to kernel
This commit is contained in:
@@ -121,6 +121,6 @@ efi_main(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
|
|||||||
status = ST->BootServices->ExitBootServices(ImageHandle, map.key);
|
status = ST->BootServices->ExitBootServices(ImageHandle, map.key);
|
||||||
CHECK_EFI_STATUS_OR_ASSERT(status, 0);
|
CHECK_EFI_STATUS_OR_ASSERT(status, 0);
|
||||||
|
|
||||||
kernel_main();
|
kernel_main(data_header);
|
||||||
return EFI_LOAD_ERROR;
|
return EFI_LOAD_ERROR;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user