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

Function SetVideoConsole

Kernel/src/logging.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void SetVideoConsole(VideoConsole* con){
67 console = con;
68 }
69
70 void EnableBuffer(){
71 logBufferSize = 4096;

Callers 2

InitVideoFunction · 0.85
PageFaultHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected