From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: Ring 0? Date: Wed, 05 Mar 1997 12:55:06 GMT Organization: Southwest Missouri State University Lines: 10 Message-ID: <331d6ccb.929877@ursa.smsu.edu> References: <5fivnk$cfc AT freenet-news DOT carleton DOT ca> NNTP-Posting-Host: forseti.i5.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 5 Mar 1997 05:18:44 GMT, ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) wrote: >What exactly is "ring 0"? A page on optimizing code using CWSDPR0 >mentioned it. But it's not clear to me what it is. I assume it isn't a >modem thing...:) Ring 0 is an operating system term. It represents the highest permission level in a protected mode system. This is where the OS kernal code operates. It has direct access to all the hardware and has no supervisor program watching its every move (since it _IS_ the supervisor).