Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ MemoryInitSMP
Function
MemoryInitSMP
src/memory/memory.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
auto MemoryInitSMP() -> void {
138
VirtualMemorySingleton::instance().InitCurrentCore();
139
klog::Info(
"SMP Memory initialization completed"
);
140
}
Callers
2
main_smp
Function · 0.85
main_smp
Function · 0.85
Calls
2
Info
Function · 0.85
InitCurrentCore
Method · 0.45
Tested by
no test coverage detected