Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SysCreate
Function
SysCreate
Kernel/src/arch/x86_64/syscalls.cpp:393–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
long SysCreate(regs64_t* r){
394
return 0;
395
}
396
397
long SysLink(regs64_t* r){
398
const char* oldpath = (const char*)SC_ARG0(r);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected