MCPcopy 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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected