Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ IdleProcess
Function
IdleProcess
Kernel/src/kernel.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
extern
"C"
35
void IdleProcess(){
36
for(;;) {
37
asm(
"sti"
);
38
asm(
"hlt"
);
39
}
40
}
41
42
void KernelProcess(){
43
if(progressBuffer)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected