What type of loop is at the heart of the operating system

G

Guest

At the heart of the operating system, there has to be a
loop of some sort to keep everything going. I'm curiuos
as to what type of loop it is.

Is it a While(!shutdown) ...

Do ... While(!shutdown) ...

A for(;;;) loop


Or something else?

I'm not really sure where to post this question, but this
forum seemed somewhat related.
 
P

Pavel A.

while ( !crashed) { ApplySecurityPatch(); Reboot(); }
DisplayBluescreen();

--PA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top