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

Function syscall_0

lab8/src/5/src/kernel/setup.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected