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

Posted: 06-03-2004, 06:01 PM
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.
Reply With Quote

Responses to "What type of loop is at the heart of the operating system"

Pavel A.
Guest
Posts: n/a
 
Re: What type of loop is at the heart of the operating system
Posted: 06-06-2004, 07:06 PM
while ( !crashed) { ApplySecurityPatch(); Reboot(); }
DisplayBluescreen();

--PA

<anonymous@discussions.microsoft.com> wrote in message news:17e6c01c4498c$6a46f220$a101280a@phx.gbl...
> 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.

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Operating System Brian Windows XP Movie Maker 1 01-14-2004 05:21 PM
System Shutdown;Operating System Not Found Keith Windows XP Help & Support 0 10-28-2003 07:06 PM
operating system hajo Windows XP Basics 1 08-13-2003 11:42 AM
Help!!System hung while installing patch now in system loop Deb Windows XP Basics 0 08-12-2003 05:48 PM
Your next operating system. Bruce Chambers Windows XP 0 07-10-2003 04:16 AM