MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / LateInitialize

Function LateInitialize

Kernel/src/logging.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void LateInitialize(){
63 DeviceManager::RegisterDevice(*logDevice);
64 }
65
66 void SetVideoConsole(VideoConsole* con){
67 console = con;

Callers 1

kmainFunction · 0.85

Calls 1

RegisterDeviceFunction · 0.85

Tested by

no test coverage detected