Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ syscall_fork
Function
syscall_fork
lab8/src/4/src/kernel/syscall.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int syscall_fork() {
40
return programManager.fork();
41
}
Callers
nothing calls this directly
Calls
1
fork
Method · 0.45
Tested by
no test coverage detected