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

Function syscall_0

lab8/src/7/src/kernel/setup.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23TSS tss;
24
25int syscall_0(int first, int second, int third, int forth, int fifth)
26{
27 printf("systerm call 0: %d, %d, %d, %d, %d\n",
28 first, second, third, forth, fifth);
29 return first + second + third + forth + fifth;
30}
31
32void first_process()
33{

Callers

nothing calls this directly

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected