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

Function syscall_0

lab8/src/1/src/kernel/setup.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19SystemService systemService;
20
21int syscall_0(int first, int second, int third, int forth, int fifth)
22{
23 printf("systerm call 0: %d, %d, %d, %d, %d\n",
24 first, second, third, forth, fifth);
25 return first + second + third + forth + fifth;
26}
27
28void first_thread(void *arg)
29{

Callers

nothing calls this directly

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected