Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ SystemService
Method
SystemService
lab8/src/4/src/kernel/syscall.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
int system_call_table[MAX_SYSTEM_CALL];
9
10
SystemService::SystemService() {
11
initialize();
12
}
13
14
void SystemService::initialize()
15
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected