Hello
What process will be pointed by "current" pointer in linux kernel, when CPU load is 0% and there isn't any ready-to-run process?
Consider situation without any power-saving. What is the name of this process? I think task with PID 0 will be running and code will be
rep nop
or
HLT