, 2006-05-10
Federico Biancuzzi interviews French researcher Loïc Duflot to learn about the System Management Mode attack, how to mitigate it, what hardware is vulnerable, and why we should be concerned with recent X Server bugs.
Expand all |
Post comment
The quest for ring 0
2006-05-11
Anonymous (2 replies)
Anonymous (2 replies)
Re: The quest for ring 0
2006-05-11
Matthew Murphy (1 replies)
Matthew Murphy (1 replies)
Interesting Start
2006-05-11
Matthew Murphy (1 replies)
Matthew Murphy (1 replies)

* Q Why did Microsoft put the GUI in Ring 0?
* A Because this gives quite an advantage in speed. Contrary to a GUI-server, which will run in its own process, there are no context changes necessary when performing GUI operations. This does make the architecture less clean of course, and when the GUI crashes, the whole system crashes. The same discussion took place in Redmond, when the GUI went into the kernel in Microsoft(R) Windows(R) NT 4.0. They came to the conclusion that the GUI has matured, so that nothing will go wrong unless a faulty driver is present, and that the consequences are similar to when something goes wrong in user mode.
Drew Daniels
Resume: http://www.boxheap.net/ddaniels/resume.html
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/columns/402/33637#33637