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

Function syscall_fork

lab8/src/6/src/kernel/syscall.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int syscall_fork() {
40 return programManager.fork();
41}
42
43void exit(int ret) {
44 asm_system_call(3, ret);

Callers

nothing calls this directly

Calls 1

forkMethod · 0.45

Tested by

no test coverage detected