Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SysMount
Function
SysMount
Kernel/src/arch/x86_64/syscalls.cpp:648–650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
646
}
647
648
long SysMount(regs64_t* r){
649
return 0;
650
}
651
652
long SysMkdir(regs64_t* r){
653
char* path = (char*)SC_ARG0(r);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected