| Q. What's the Difference between a Microkernel? |
|
|
|
| 03/19/08 | |
|
A: One protection is both different... So, what's going on? L4 and Singularity can be considered as the leading microkernel representatives of two alternate approaches to protection: hardware or software mechanisms. The L4 approach is to use hardware mechanisms (processor modes and the MMU/MPU) to protect processes (and their data) from each other. This is the standard way for providing protection in operating systems, and the idea of microkernels based on this approach goes back to Brinch Hansen's Nucleus (1970). The alternative, used by Singularity, is to use software means, specifically language-based protection (using the type system) and static analysis. While most people think this is a revolutionary idea, it is actually quite old. The approach has been used by the Burroughs mainframes since 1961! (I used a B6700 a lot in a former life, and it was sloooooow!) There is no such thing as a free lunch, and protection is no exception. The cost of hardware-based protection comes in the form of . . . Comments (0)
![]() Write comment
You must be logged in to a comment. Please register if you do not have an account yet.
|
|
| Last Updated ( 03/21/08 ) |
| < Prev | Next > |
|---|





