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