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/6/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
}
42
43
void exit(int ret) {
44
asm_system_call(3, ret);
Callers
nothing calls this directly
Calls
1
fork
Method · 0.45
Tested by
no test coverage detected