MCPcopy 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
34extern "C"
35void IdleProcess(){
36 for(;;) {
37 asm("sti");
38 asm("hlt");
39 }
40}
41
42void KernelProcess(){
43 if(progressBuffer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected