MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / SystemService

Method SystemService

lab8/src/2/src/kernel/syscall.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7int system_call_table[MAX_SYSTEM_CALL];
8
9SystemService::SystemService() {
10 initialize();
11}
12
13void SystemService::initialize()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected