MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / InitializeConsoleSim

Function InitializeConsoleSim

rEFIt_UEFI/Platform/Console.cpp:78–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78EFI_STATUS
79InitializeConsoleSim ()
80{
81 EFI_STATUS Status;
82
83 Status = gBS->InstallMultipleProtocolInterfaces (
84 &gImageHandle,
85 &gEfiConsoleControlProtocolGuid,
86 &gConsoleController,
87 NULL
88 );
89
90 return Status;
91}

Callers 1

RefitMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected