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

Method setSystemCall

lab8/src/3/src/kernel/syscall.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool SystemService::setSystemCall(int index, int function)
21{
22 system_call_table[index] = function;
23 return true;
24}

Callers 1

setup_kernelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected