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

Function SysDebug

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

Source from the content-addressed store, hash-verified

812}
813
814long SysDebug(regs64_t* r){
815 Log::Info("%s, %d", (char*)SC_ARG0(r), SC_ARG1(r));
816 return 0;
817}
818
819long SysGetVideoMode(regs64_t* r){
820 video_mode_t vMode = Video::GetVideoMode();

Callers

nothing calls this directly

Calls 1

InfoFunction · 0.85

Tested by

no test coverage detected