Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InitExtra
Function · 0.70
Calls
3
InitCore
Function · 0.85
InitVideo
Function · 0.85
InitExtra
Function · 0.85
Tested by
no test coverage detected