sys_idle


sys_idle is an internal system call used during bootstrap. It marks the process' pages as swappable, lowers it's priority, and enters the main scheduling loop.
This system call may be called only by 0 process.

Arguments

eax 112

Return values

Never reruns for process 0.
If called by an user process the return value is -EPERM.

Remarks

n/a

Compatibility

n/a