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

Function Initialize

Kernel/src/logging.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 LogDevice* logDevice;
55
56 void Initialize(){
57 initialize_serial();
58
59 logDevice = new LogDevice("kernellog");
60 }
61
62 void LateInitialize(){
63 DeviceManager::RegisterDevice(*logDevice);

Callers

nothing calls this directly

Calls 1

initialize_serialFunction · 0.85

Tested by

no test coverage detected