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

Function Init

Kernel/src/arch/x86_64/hal.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 void Init(multiboot2_info_header_t* mb_info){
219 InitCore(mb_info);
220 InitVideo();
221 InitExtra();
222 }
223}

Callers 1

InitExtraFunction · 0.70

Calls 3

InitCoreFunction · 0.85
InitVideoFunction · 0.85
InitExtraFunction · 0.85

Tested by

no test coverage detected