MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SysTime

Function SysTime

Kernel/src/arch/x86_64/syscalls.cpp:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477long SysTime(regs64_t* r){
478 return 0;
479}
480
481long SysMapFB(regs64_t *r){
482 video_mode_t vMode = Video::GetVideoMode();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected